We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b48a8f commit 6f8dd90Copy full SHA for 6f8dd90
tests/bluetooth/tester/prj.conf
@@ -5,12 +5,13 @@ CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048
5
CONFIG_BT=y
6
CONFIG_BT_CENTRAL=y
7
CONFIG_BT_PERIPHERAL=y
8
+CONFIG_BT_PRIVACY=n
9
CONFIG_BT_SMP=y
10
CONFIG_BT_SIGNING=y
11
+CONFIG_BT_BONDABLE=y
12
CONFIG_BT_ATT_PREPARE_COUNT=4
13
CONFIG_BT_GATT_CLIENT=y
14
CONFIG_BT_L2CAP_DYNAMIC_CHANNEL=y
-CONFIG_BT_PRIVACY=n
15
CONFIG_BT_DEVICE_NAME="Tester"
16
CONFIG_BT_DEVICE_NAME_MAX=32
17
CONFIG_BT_DEVICE_NAME_DYNAMIC=y
0 commit comments