Skip to content

Commit 6f8dd90

Browse files
carlescufijhedberg
authored andcommitted
Bluetooth: tester: Ensure the app is bondable by default
Ensure the bondable Kconfig option is set unconditionally. Signed-off-by: Carles Cufi <[email protected]>
1 parent 2b48a8f commit 6f8dd90

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/bluetooth/tester/prj.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@ CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048
55
CONFIG_BT=y
66
CONFIG_BT_CENTRAL=y
77
CONFIG_BT_PERIPHERAL=y
8+
CONFIG_BT_PRIVACY=n
89
CONFIG_BT_SMP=y
910
CONFIG_BT_SIGNING=y
11+
CONFIG_BT_BONDABLE=y
1012
CONFIG_BT_ATT_PREPARE_COUNT=4
1113
CONFIG_BT_GATT_CLIENT=y
1214
CONFIG_BT_L2CAP_DYNAMIC_CHANNEL=y
13-
CONFIG_BT_PRIVACY=n
1415
CONFIG_BT_DEVICE_NAME="Tester"
1516
CONFIG_BT_DEVICE_NAME_MAX=32
1617
CONFIG_BT_DEVICE_NAME_DYNAMIC=y

0 commit comments

Comments
 (0)