Diff between 5f8323f2aaa3c8c3d36bdf541f014ac9065a9398 and 932e6420606930d412e1e9a0fec1f82afffbba46
Changed Files
| File | Additions | Deletions | Status |
| src/shared/bap.c | +2 | -3 | modified |
Full Patch
diff --git a/src/shared/bap.c b/src/shared/bap.c
index 1f9760d..e4d110d 100644
--- a/src/shared/bap.c
+++ b/src/shared/bap.c
@@ -475,9 +475,8 @@ static struct bt_pacs *pacs_new(struct gatt_db *db)
pacs = new0(struct bt_pacs, 1);
- /* Set default values */
- pacs->sink_loc_value = PACS_SNK_LOCATION;
- pacs->source_loc_value = PACS_SRC_LOCATION;
+ pacs->sink_loc_value = 0;
+ pacs->source_loc_value = 0;
pacs->sink_context_value = PACS_SNK_CTXT;
pacs->source_context_value = PACS_SRC_CTXT;
pacs->supported_sink_context_value = PACS_SUPPORTED_SNK_CTXT;