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 370 if (p_search_data->inq_res.p_eir)
372 p_eir_remote_name = BTM_CheckEirData(p_search_data->inq_res.p_eir,
376 p_eir_remote_name = BTM_CheckEirData(p_search_data->inq_res.p_eir,
418 bdcpy(remote_bdaddr.address, p_search_data->inq_res.bd_addr);
831 if (p_src_data->inq_res.p_eir)
833 p_dest_data->inq_res.p_eir = (UINT8 *)(p_dest + sizeof(tBTA_DM_SEARCH));
834 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 981 bdcpy(btif_cb.bd_addr.address, p_data->inq_res.bd_addr);
982 btif_cb.device_type = p_data->inq_res.device_type;
983 btif_cb.rssi = p_data->inq_res.rssi;
984 btif_cb.addr_type = p_data->inq_res.ble_addr_type;
985 btif_cb.flag = p_data->inq_res.flag;
986 if (p_data->inq_res.p_eir)
988 memcpy(btif_cb.value, p_data->inq_res.p_eir, 62);
989 if (BTM_CheckEirData(p_data->inq_res.p_eir, BTM_EIR_COMPLETE_LOCAL_NAME_TYPE,
992 p_data->inq_res.remt_name_not_required = TRUE;
    [all...]
  /system/bt/bta/dm/
bta_dm_act.c     [all...]
  /system/bt/bta/include/
bta_api.h 1043 tBTA_DM_INQ_RES inq_res; \/* Inquiry result for a peer device. *\/ member in union:__anon71911
    [all...]

Completed in 146 milliseconds