Bluetooth: ISO: Add Kconfig for ISO central/peripheral
Add two new Kconfigs: BT_ISO_CENTRAL and BT_ISO_PERIPHERAL that is used to do central or peripheral only builds, similar to the BT_CENTRAL or BT_PERIPHERAL Kconfigs. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
This commit is contained in:
parent
d940d23c10
commit
3f247b212b
10 changed files with 62 additions and 20 deletions
|
@ -17,6 +17,7 @@ config BT_AUDIO_UNICAST_SERVER
|
|||
select EXPERIMENTAL
|
||||
select BT_PERIPHERAL
|
||||
select BT_AUDIO_UNICAST
|
||||
select BT_ISO_PERIPHERAL
|
||||
select BT_GATT_DYNAMIC_DB
|
||||
select BT_GATT_CACHING
|
||||
select BT_PACS
|
||||
|
@ -29,6 +30,7 @@ config BT_AUDIO_UNICAST_CLIENT
|
|||
bool "Bluetooth Unicast Audio Client Support [EXPERIMENTAL]"
|
||||
select EXPERIMENTAL
|
||||
select BT_AUDIO_UNICAST
|
||||
select BT_ISO_CENTRAL
|
||||
select BT_CENTRAL
|
||||
select BT_GATT_CLIENT
|
||||
select BT_GATT_AUTO_DISCOVER_CCC
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue