Searched refs:bt_base_uuid (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/bta/sdp/ |
D | bta_sdp_act.c | 79 static uint8_t bt_base_uuid[] = {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, in shorten_sdp_uuid() local 88 if (memcmp(&u->uu.uuid128[4], &bt_base_uuid[4], 12) != 0) { in shorten_sdp_uuid()
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/jv/ |
D | bta_jv_act.c | 915 static uint8_t bt_base_uuid[] = in shorten_sdp_uuid() local 921 if (memcmp(&u->uu.uuid128[4], &bt_base_uuid[4], 12) == 0) { in shorten_sdp_uuid()
|