Searched refs:p_uuid16 (Results 1 – 3 of 3) sorted by relevance
353 uint16_t* p_uuid16 = (uint16_t*)uuid_list; in BTA_GetEirService() local361 if (*(p_uuid16 + xx) == bta_service_id_to_uuid_lkup_tbl[yy]) { in BTA_GetEirService()369 if (*(p_uuid16 + xx) == UUID_SERVCLASS_HEADSET_HS) in BTA_GetEirService()372 if (*(p_uuid16 + xx) == UUID_SERVCLASS_HDP_SOURCE) in BTA_GetEirService()375 if (*(p_uuid16 + xx) == UUID_SERVCLASS_HDP_SINK) in BTA_GetEirService()
1678 const uint8_t* p_uuid16 = AdvertiseDataParser::GetFieldByType( in btm_ble_update_inq_result() local1680 if (p_uuid16 && len == 2) { in btm_ble_update_inq_result()1681 btm_ble_appearance_to_cod((uint16_t)p_uuid16[0] | (p_uuid16[1] << 8), in btm_ble_update_inq_result()1684 p_uuid16 = AdvertiseDataParser::GetFieldByType( in btm_ble_update_inq_result()1686 if (p_uuid16 != NULL) { in btm_ble_update_inq_result()1691 if ((p_uuid16[i] | (p_uuid16[i + 1] << 8)) == UUID_SERVCLASS_LE_HID) { in btm_ble_update_inq_result()
2355 uint16_t* p_uuid16 = (uint16_t*)p_uuid_list; in BTM_GetEirUuidList() local2376 STREAM_TO_UINT16(*(p_uuid16 + yy), p_uuid_data); in BTM_GetEirUuidList()2377 BTM_TRACE_DEBUG(" 0x%04X", *(p_uuid16 + yy)); in BTM_GetEirUuidList()