Skip to content

Commit

Permalink
Bluetooth: BAP: Add bondable requirement for BAP
Browse files Browse the repository at this point in the history
BAP mandates support for bondable mode for all central and
peripheral roles.

Signed-off-by: Emil Gydesen <[email protected]>
  • Loading branch information
Thalley committed Sep 17, 2024
1 parent eb22e1f commit a5b322e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions subsys/bluetooth/audio/Kconfig.bap
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ config BT_BAP_UNICAST_SERVER
depends on BT_ISO_PERIPHERAL
depends on BT_ASCS
depends on BT_PACS
depends on BT_BONDABLE
help
This option enables support for Bluetooth Unicast Audio Server
using Isochronous channels.
Expand All @@ -33,6 +34,7 @@ config BT_BAP_UNICAST_CLIENT
select BT_GATT_CLIENT
select BT_GATT_AUTO_DISCOVER_CCC
select BT_GATT_AUTO_UPDATE_MTU
depends on BT_BONDABLE
help
This option enables support for Bluetooth Unicast Audio Client
using Isochronous channels.
Expand Down Expand Up @@ -212,6 +214,7 @@ config BT_BAP_SCAN_DELEGATOR
select BT_EXT_ADV
select BT_PER_ADV_SYNC
select BT_ISO_SYNC_RECEIVER
depends on BT_BONDABLE
help
This option enables support for the Scan Delegator role and the
Broadcast Audio Scan Service (BASS).
Expand Down Expand Up @@ -247,6 +250,7 @@ config BT_BAP_BROADCAST_ASSISTANT
select BT_GATT_CLIENT
select BT_GATT_AUTO_DISCOVER_CCC
select BT_GATT_AUTO_UPDATE_MTU
depends on BT_BONDABLE
help
This option enables support for the Broadcast Assistant role.

Expand Down

0 comments on commit a5b322e

Please sign in to comment.