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 a6ed90e..c33e1da 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; -- on behalf of ST-Ericsson -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html