Bluetooth: tester: Ensure the app is bondable by default
Ensure the bondable Kconfig option is set unconditionally. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
parent
2b48a8f37b
commit
6f8dd90a83
1 changed files with 2 additions and 1 deletions
|
@ -5,12 +5,13 @@ CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048
|
|||
CONFIG_BT=y
|
||||
CONFIG_BT_CENTRAL=y
|
||||
CONFIG_BT_PERIPHERAL=y
|
||||
CONFIG_BT_PRIVACY=n
|
||||
CONFIG_BT_SMP=y
|
||||
CONFIG_BT_SIGNING=y
|
||||
CONFIG_BT_BONDABLE=y
|
||||
CONFIG_BT_ATT_PREPARE_COUNT=4
|
||||
CONFIG_BT_GATT_CLIENT=y
|
||||
CONFIG_BT_L2CAP_DYNAMIC_CHANNEL=y
|
||||
CONFIG_BT_PRIVACY=n
|
||||
CONFIG_BT_DEVICE_NAME="Tester"
|
||||
CONFIG_BT_DEVICE_NAME_MAX=32
|
||||
CONFIG_BT_DEVICE_NAME_DYNAMIC=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue