Skip to content

Commit 8b6162a

Browse files
Thalleykartben
authored andcommitted
Bluetooth: GMAP: Add requirement for Broadcast assitant for BGS
As per GMAP 1.0.1, the BGS role now requires support for the BAP Broadcast Assistant. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
1 parent 1d50a6a commit 8b6162a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subsys/bluetooth/audio/Kconfig.gmap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ config BT_GMAP_UGT_SUPPORTED
1212
def_bool BT_CAP_ACCEPTOR && BT_BAP_UNICAST_SERVER
1313

1414
config BT_GMAP_BGS_SUPPORTED
15-
def_bool BT_CAP_INITIATOR && BT_BAP_BROADCAST_SOURCE
15+
def_bool BT_CAP_INITIATOR && BT_BAP_BROADCAST_SOURCE && BT_BAP_BROADCAST_ASSISTANT
1616

1717
config BT_GMAP_BGR_SUPPORTED
1818
def_bool BT_CAP_ACCEPTOR && BT_BAP_BROADCAST_SINK && BT_VCP_VOL_REND

0 commit comments

Comments
 (0)