Diff between 1a3de7bae409572c96e0bdbbe69b355f9715f021 and ab7e71ed87a040d837a5eb5a0e1115ddb5092ef0
Changed Files
| File | Additions | Deletions | Status |
| audio/control.c | +1 | -1 | modified |
Full Patch
diff --git a/audio/control.c b/audio/control.c
index 2070e10..f068539 100644
--- a/audio/control.c
+++ b/audio/control.c
@@ -414,7 +414,7 @@ static sdp_record_t *avrcp_tg_record(void)
sdp_record_t *record;
sdp_data_t *psm, *version, *features;
uint16_t lp = AVCTP_PSM;
- uint16_t avrcp_ver = 0x0100, avctp_ver = 0x0103, feat = 0x000f;
+ uint16_t avrcp_ver = 0x0103, avctp_ver = 0x0103, feat = 0x000f;
record = sdp_record_alloc();
if (!record)