From b45b981202c0d84b1dc1edc4501849f194243d08 Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Wed, 28 Mar 2012 12:03:18 +0200 Subject: [PATCH] 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. --- src/sdpd-service.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.11.0