Home
last modified time | relevance | path

Searched refs:p_uuid16 (Results 1 – 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/stack/btm/
Dbtm_ble_gap.c2248 UINT8 *p_uuid16; in btm_ble_update_inq_result() local
2301 p_uuid16 = BTM_CheckAdvData(p_le_inq_cb->adv_data_cache, BTM_BLE_AD_TYPE_APPEARANCE, &len); in btm_ble_update_inq_result()
2302 if (p_uuid16 && len == 2) in btm_ble_update_inq_result()
2304 btm_ble_appearance_to_cod((UINT16)p_uuid16[0] | (p_uuid16[1] << 8), p_cur->dev_class); in btm_ble_update_inq_result()
2308 if ((p_uuid16 = BTM_CheckAdvData(p_le_inq_cb->adv_data_cache, in btm_ble_update_inq_result()
2315 if ((p_uuid16[i] | (p_uuid16[i+1] << 8)) == UUID_SERVCLASS_LE_HID) in btm_ble_update_inq_result()
Dbtm_inq.c3187 UINT16 *p_uuid16 = (UINT16 *)p_uuid_list; in BTM_GetEirUuidList() local
3210 STREAM_TO_UINT16(*(p_uuid16 + yy), p_uuid_data); in BTM_GetEirUuidList()
3211 BTM_TRACE_DEBUG(" 0x%04X", *(p_uuid16 + yy)); in BTM_GetEirUuidList()
/external/bluetooth/bluedroid/bta/dm/
Dbta_dm_api.c1046 UINT16 *p_uuid16 = (UINT16 *)uuid_list; in BTA_GetEirService() local
1055 if( *(p_uuid16 + xx) == bta_service_id_to_uuid_lkup_tbl[yy] ) in BTA_GetEirService()
1064 if (*(p_uuid16 + xx) == UUID_SERVCLASS_HEADSET_HS) in BTA_GetEirService()
1067 if (*(p_uuid16 + xx) == UUID_SERVCLASS_HDP_SOURCE) in BTA_GetEirService()
1070 if (*(p_uuid16 + xx) == UUID_SERVCLASS_HDP_SINK) in BTA_GetEirService()