From 2ed242f4e9dbc154fa959081922b0bea1eccec5b Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Wed, 19 Feb 2014 11:52:47 +0100 Subject: [PATCH] android/socket: Update PBAP profile version in SDP record Android supports PBAP 1.1. --- android/socket.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/socket.c b/android/socket.c index 1551e9b93..5f0163de8 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); -- 2.47.3