summaryrefslogtreecommitdiff
path: root/src/sdpd-service.c
diff options
context:
space:
mode:
authorSzymon Janc <szymon.janc@tieto.com>2012-03-28 12:03:18 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2012-03-28 13:17:32 +0300
commitb45b981202c0d84b1dc1edc4501849f194243d08 (patch)
treee490b5d0fe0323d45bb7b64cb62664c838e06f83 /src/sdpd-service.c
parenteabd05e810299b3886d657ff10222748c0dc1bde (diff)
downloadbluez-b45b981202c0d84b1dc1edc4501849f194243d08.tar.gz
Bump Device ID service version to 1.3
Device ID information in EIR are specified in DID 1.3 and this is supported by BlueZ.
Diffstat (limited to 'src/sdpd-service.c')
-rw-r--r--src/sdpd-service.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sdpd-service.c b/src/sdpd-service.c
index a6ed90e12..c33e1da46 100644
--- a/src/sdpd-service.c
+++ b/src/sdpd-service.c
@@ -175,7 +175,7 @@ void register_server_service(void)
void register_device_id(void)
{
- const uint16_t spec = 0x0102;
+ const uint16_t spec = 0x0103;
const uint8_t primary = 1;
sdp_list_t *class_list, *group_list, *profile_list;
uuid_t class_uuid, group_uuid;