HomeSort by relevance Sort by last modified time
    Searched refs:inq_res (Results 1 - 4 of 4) sorted by null

  /system/bt/btif/src/
btif_dm.c 311 if (p_search_data->inq_res.p_eir)
313 p_eir_remote_name = BTM_CheckEirData(p_search_data->inq_res.p_eir,
317 p_eir_remote_name = BTM_CheckEirData(p_search_data->inq_res.p_eir,
359 bdcpy(remote_bdaddr.address, p_search_data->inq_res.bd_addr);
784 if (p_src_data->inq_res.p_eir)
786 p_dest_data->inq_res.p_eir = (UINT8 *)(p_dest + sizeof(tBTA_DM_SEARCH));
787 memcpy(p_dest_data->inq_res.p_eir, p_src_data->inq_res.p_eir, HCI_EXT_INQ_RESPONSE_LEN);
    [all...]
btif_gatt_client.c     [all...]
  /system/bt/bta/dm/
bta_dm_act.c     [all...]
  /system/bt/bta/include/
bta_api.h 1095 tBTA_DM_INQ_RES inq_res; \/* Inquiry result for a peer device. *\/ member in union:__anon68837
    [all...]

Completed in 108 milliseconds