Searched refs:constant_pan_uuid (Results 1 – 1 of 1) sorted by relevance
/external/bluetooth/bluedroid/stack/pan/ |
D | pan_main.c | 44 UINT8 constant_pan_uuid[UUID_CONSTANT_PART] = {0, 0, 0x10, 0, 0x80, 0x00, 0x00, 0x80, 0x5f, 0x9b, 0… variable 122 if (memcmp (constant_pan_uuid, remote_uuid->uu.uuid128 + 4, UUID_CONSTANT_PART)) in pan_conn_ind_cb() 156 if (memcmp (constant_pan_uuid, local_uuid->uu.uuid128 + 4, UUID_CONSTANT_PART)) in pan_conn_ind_cb()
|