Diff between 66a83fde5c4932d57e0eb084d35ad1374d331e17 and 3babeefa17b60ff34a4859ab0e7f9b637e307575

Changed Files

File Additions Deletions Status
profiles/audio/bap.c +1 -1 modified
profiles/audio/bap.h +2 -0 modified

Full Patch

diff --git a/profiles/audio/bap.c b/profiles/audio/bap.c
index 2a194d7..675c33c 100644
--- a/profiles/audio/bap.c
+++ b/profiles/audio/bap.c
@@ -150,7 +150,7 @@ static struct queue *adapters;
  * The full QOS is populated at the time the user selects and endpoint and
  * configures it using SetConfiguration.
  */
-static struct bt_iso_qos bap_sink_pa_qos = {
+struct bt_iso_qos bap_sink_pa_qos = {
 	.bcast = {
 		.options		= 0x00,
 		.skip			= 0x0000,
diff --git a/profiles/audio/bap.h b/profiles/audio/bap.h
index 2968f62..fcc443d 100644
--- a/profiles/audio/bap.h
+++ b/profiles/audio/bap.h
@@ -7,6 +7,8 @@
  *
  */
 
+extern struct bt_iso_qos bap_sink_pa_qos;
+
 struct bt_bap *bap_get_session(struct btd_device *device);
 void bap_scan_delegator_probe(struct btd_device *device);