device_id_server: bump version to 1.3 (latest)

This commit is contained in:
Matthias Ringwald 2017-02-23 14:48:09 +01:00
parent 59fb9ebde7
commit f971afab88

View File

@ -78,7 +78,7 @@ void device_id_create_sdp_record(uint8_t *service, uint32_t service_record_handl
// 0x0200 "SpecificationID"
de_add_number(service, DE_UINT, DE_SIZE_16, BLUETOOTH_ATTRIBUTE_SPECIFICATION_ID);
de_add_number(service, DE_UINT, DE_SIZE_16, 0x0102); // v1.2
de_add_number(service, DE_UINT, DE_SIZE_16, 0x0103); // v1.3
// 0x0201 "VendorID"
de_add_number(service, DE_UINT, DE_SIZE_16, BLUETOOTH_ATTRIBUTE_VENDOR_ID);