Home | History | Annotate | Download | only in src

Lines Matching refs:inq_res

516             bdcpy(btif_cb.bd_addr.address, p_data->inq_res.bd_addr);
517 btif_cb.device_type = p_data->inq_res.device_type;
518 btif_cb.rssi = p_data->inq_res.rssi;
519 btif_cb.addr_type = p_data->inq_res.ble_addr_type;
520 if (p_data->inq_res.p_eir)
522 memcpy(btif_cb.value, p_data->inq_res.p_eir, 62);
523 if (BTA_CheckEirData(p_data->inq_res.p_eir, BTM_EIR_COMPLETE_LOCAL_NAME_TYPE,
526 p_data->inq_res.remt_name_not_required = TRUE;