Bluetooth: BAP: Add bondable requirement for BAP
BAP mandates support for bondable mode for all central and peripheral roles. Due to Kconfig circular dependencies, some additional Kconfig changes had to be made. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
This commit is contained in:
parent
f17431ee97
commit
f57a040808
15 changed files with 23 additions and 7 deletions
|
@ -4,6 +4,7 @@ CONFIG_NO_OPTIMIZATIONS=y
|
|||
|
||||
CONFIG_BT=y
|
||||
CONFIG_BT_CENTRAL=y
|
||||
CONFIG_BT_ISO_CENTRAL=y
|
||||
CONFIG_BT_PERIPHERAL=y
|
||||
CONFIG_BT_DEVICE_NAME="bsim_test_audio"
|
||||
# TBS Client may require up to 12 buffers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue