Diff between a282fff97dabbd3a814765a868e3367cb3dc1ce3 and 32b4ad5af8adf99e4349abd2ddc944b2ab7a1966
Changed Files
| File | Additions | Deletions | Status |
| audio/avrcp.c | +1 | -1 | modified |
Full Patch
diff --git a/audio/avrcp.c b/audio/avrcp.c
index 6ed77a3..d278d4e 100644
--- a/audio/avrcp.c
+++ b/audio/avrcp.c
@@ -243,7 +243,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 = 0x0103, avctp_ver = 0x0103, feat = 0x000f;
+ uint16_t avrcp_ver = 0x0104, avctp_ver = 0x0103, feat = 0x000f;
record = sdp_record_alloc();
if (!record)