Searched refs:inq_res (Results 1 - 4 of 4) sorted by relevance

/external/bluetooth/bluedroid/btif/src/
H A Dbtif_dm.c297 if (p_search_data->inq_res.p_eir)
299 p_eir_remote_name = BTA_CheckEirData(p_search_data->inq_res.p_eir,
303 p_eir_remote_name = BTA_CheckEirData(p_search_data->inq_res.p_eir,
345 bdcpy(remote_bdaddr.address, p_search_data->inq_res.bd_addr);
759 if (p_src_data->inq_res.p_eir)
761 p_dest_data->inq_res.p_eir = (UINT8 *)(p_dest + sizeof(tBTA_DM_SEARCH));
762 memcpy(p_dest_data->inq_res.p_eir, p_src_data->inq_res.p_eir, HCI_EXT_INQ_RESPONSE_LEN);
1236 bdcpy(bdaddr.address, p_search_data->inq_res.bd_addr);
1240 p_search_data->inq_res
[all...]
H A Dbtif_gatt_client.c969 bdcpy(btif_cb.bd_addr.address, p_data->inq_res.bd_addr);
970 btif_cb.device_type = p_data->inq_res.device_type;
971 btif_cb.rssi = p_data->inq_res.rssi;
972 btif_cb.addr_type = p_data->inq_res.ble_addr_type;
973 btif_cb.flag = p_data->inq_res.flag;
974 if (p_data->inq_res.p_eir)
976 memcpy(btif_cb.value, p_data->inq_res.p_eir, 62);
977 if (BTA_CheckEirData(p_data->inq_res.p_eir, BTM_EIR_COMPLETE_LOCAL_NAME_TYPE,
980 p_data->inq_res.remt_name_not_required = TRUE;
/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_act.c2582 bdcpy(result.inq_res.bd_addr, p_inq->remote_bd_addr);
2583 memcpy(result.inq_res.dev_class, p_inq->dev_class, DEV_CLASS_LEN);
2585 result.inq_res.is_limited = (service_class & BTM_COD_SERVICE_LMTD_DISCOVER)?TRUE:FALSE;
2586 result.inq_res.rssi = p_inq->rssi;
2589 result.inq_res.ble_addr_type = p_inq->ble_addr_type;
2590 result.inq_res.inq_result_type = p_inq->inq_result_type;
2591 result.inq_res.device_type = p_inq->device_type;
2592 result.inq_res.flag = p_inq->flag;
2596 result.inq_res.p_eir = p_eir;
2601 result.inq_res
[all...]
/external/bluetooth/bluedroid/bta/include/
H A Dbta_api.h1104 tBTA_DM_INQ_RES inq_res; /* Inquiry result for a peer device. */ member in union:__anon727

Completed in 117 milliseconds