Fix : Multiple advertising feature was not working 06/183206/1
authorinjun.yang <injun.yang@samsung.com>
Tue, 3 Jul 2018 09:36:58 +0000 (18:36 +0900)
committerinjun.yang <injun.yang@samsung.com>
Tue, 3 Jul 2018 09:36:58 +0000 (18:36 +0900)
commit0cb764404e58e40b658f86084060c3a7494296b6
treeca6cc8533171ab35a69c4294727bb23f8e6e2767
parentc7fc7ee21bbbf183f5c65b5305105854b9d19dd3
Fix : Multiple advertising feature was not working

[Problem] Multiple advertising feature was not working
[Cause & Measure] Advertising slot was not initialized because BT
chipset supported slot count is over the defined maximum. Platform can
support the large number of slots if BT chipset can. So we don't need
to define maximum value of slots. This patch removes the maximum value
of slots.
[Checking Method] Turn on Bluetooth and check advertising slot's
initialization.

Change-Id: Ic0a3293b4f4e7f7b048b61074fb95b9898efba7e
bt-service/bt-service-adapter-le.c