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:
parent
71d0843c7d
commit
83b7d1b8b7
1 changed files with 8 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue