Searched refs:bluetooth_base_uuid (Results 1 – 2 of 2) sorted by relevance
/btstack/src/ |
H A D | btstack_util.c | 344 const uint8_t bluetooth_base_uuid[] = { 0x00, 0x00, 0x00, 0x00, /* - */ 0x00, 0x00, /* - */ 0x10, 0… variable 348 (void)memcpy(uuid128, bluetooth_base_uuid, 16); in uuid_add_bluetooth_prefix() 353 return memcmp(&uuid128[4], &bluetooth_base_uuid[4], 12) == 0; in uuid_has_bluetooth_prefix()
|
/btstack/src/ble/ |
H A D | att_db.c | 61 …static const uint8_t bluetooth_base_uuid[] = { 0xfb, 0x34, 0x9b, 0x5f, 0x80, 0x00, 0x00, 0x80, 0x0… in is_Bluetooth_Base_UUID() local 63 if (memcmp(&uuid[0], &bluetooth_base_uuid[0], 12) != 0){ in is_Bluetooth_Base_UUID() 66 if (memcmp(&uuid[14], &bluetooth_base_uuid[14], 2) != 0){ in is_Bluetooth_Base_UUID()
|