Diff between d3971990d9268afd3628996876c756bf15849c56 and 2e2e50011d0c6685a7e2f3dc1d777a19fb4b11e6
Changed Files
| File | Additions | Deletions | Status |
| src/shared/bap.c | +1 | -1 | modified |
Full Patch
diff --git a/src/shared/bap.c b/src/shared/bap.c
index d56911e..06cac5b 100644
--- a/src/shared/bap.c
+++ b/src/shared/bap.c
@@ -2628,7 +2628,7 @@ static void pacs_add_source_supported_context(struct bt_pacs *pacs,
static void pacs_add_source_context(struct bt_pacs *pacs, uint16_t context)
{
- context |= pacs->supported_source_context_value;
+ context |= pacs->source_context_value;
/* Check if context value needs updating */
if (context == pacs->source_context_value)