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 <lyle.zhu@nxp.com>
This commit is contained in:
parent
065762cd2d
commit
539a28312a
1 changed files with 6 additions and 0 deletions
6
tests/bluetooth/tester/prj_br.conf
Normal file
6
tests/bluetooth/tester/prj_br.conf
Normal file
|
@ -0,0 +1,6 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue