Merge branch 'feature/nimble_l2cap_coc' into 'master'

NimBLE : BLE example for L2CAP connection oriented channels

See merge request !18483
This commit is contained in:
Isha Pardikar
2022-06-29 15:30:49 +05:30
parent 62bc3348d5
commit eeea118ca5
21 changed files with 2723 additions and 0 deletions
@@ -0,0 +1,12 @@
# Override some defaults so BT stack is enabled
# in this example
#
# BT config
#
CONFIG_BT_ENABLED=y
CONFIG_BTDM_CTRL_MODE_BLE_ONLY=y
CONFIG_BTDM_CTRL_MODE_BR_EDR_ONLY=n
CONFIG_BTDM_CTRL_MODE_BTDM=n
CONFIG_BT_BLUEDROID_ENABLED=n
CONFIG_BT_NIMBLE_ENABLED=y