Bluetooth: controller: Group dup filter Kconfig with buf options

Move the scan duplicate filter length option and group it along
with rx/tx buffer size Kconfig options.

Change-id: I3df07e667029c7d2571270db442ecb7241a417c2
Signed-off-by: Vinayak Chettimada <vinayak.kariappa.chettimada@nordicsemi.no>
This commit is contained in:
Vinayak Chettimada 2017-04-09 05:48:15 +02:00 committed by Johan Hedberg
commit 83b7d1b8b7

View file

@ -30,6 +30,14 @@ endchoice
comment "BLE Controller configuration"
config BLUETOOTH_CONTROLLER_DUP_FILTER_LEN
prompt "Number of addresses in the scan duplicate filter"
int
default 16
help
Set the number of unique BLE addresses that can be filtered as
duplicates while scanning.
config BLUETOOTH_CONTROLLER_RX_BUFFERS
prompt "Number of Rx buffers"
int
@ -82,14 +90,6 @@ config BLUETOOTH_CONTROLLER_RX_PRIO_STACK_SIZE
int
default 320
config BLUETOOTH_CONTROLLER_DUP_FILTER_LEN
prompt "Number of addresses in the scan duplicate filter"
int
default 16
help
Set the number of unique BLE addresses that can be filtered as
duplicates while scanning.
comment "BLE Controller features"
config BLUETOOTH_CONTROLLER_LE_PING