Diff between 54addf4e59432b9e6f8f4a08bba46a45693b7fd1 and 2ed242f4e9dbc154fa959081922b0bea1eccec5b
Changed Files
| File | Additions | Deletions | Status |
| android/socket.c | +1 | -1 | modified |
Full Patch
diff --git a/android/socket.c b/android/socket.c
index 1551e9b..5f0163d 100644
--- a/android/socket.c
+++ b/android/socket.c
@@ -293,7 +293,7 @@ static sdp_record_t *create_pbap_record(uint8_t chan, const char *svc_name)
return NULL;
sdp_uuid16_create(&profile[0].uuid, PBAP_PROFILE_ID);
- profile[0].version = 0x0100;
+ profile[0].version = 0x0101;
seq = sdp_list_append(NULL, profile);
sdp_set_profile_descs(record, seq);