Skip to content

Commit 539a283

Browse files
lylezhu2012kartben
authored andcommitted
Bluetooth: tester: Add project configuration for BR
Set following configuration by default, CONFIG_BT_CLASSIC=y CONFIG_BT_CENTRAL=y CONFIG_BT_PERIPHERAL=y CONFIG_BT_SMP=y CONFIG_BT_L2CAP_DYNAMIC_CHANNEL=y CONFIG_BT_PAGE_TIMEOUT=0xFFFF When building the project, the argument `--extra-conf prj_br.conf` needs to be appended for BR. Signed-off-by: Lyle Zhu <[email protected]>
1 parent 065762c commit 539a283

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/bluetooth/tester/prj_br.conf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
CONFIG_BT_CLASSIC=y
2+
CONFIG_BT_CENTRAL=y
3+
CONFIG_BT_PERIPHERAL=y
4+
CONFIG_BT_SMP=y
5+
CONFIG_BT_L2CAP_DYNAMIC_CHANNEL=y
6+
CONFIG_BT_PAGE_TIMEOUT=0xFFFF

0 commit comments

Comments
 (0)