Home | History | Annotate | Download | only in src

Lines Matching refs:inq_res

1022             bdcpy(btif_cb.bd_addr.address, p_data->inq_res.bd_addr);
1023 btif_cb.device_type = p_data->inq_res.device_type;
1024 btif_cb.rssi = p_data->inq_res.rssi;
1025 btif_cb.addr_type = p_data->inq_res.ble_addr_type;
1026 btif_cb.flag = p_data->inq_res.flag;
1027 if (p_data->inq_res.p_eir)
1029 memcpy(btif_cb.value, p_data->inq_res.p_eir, 62);
1030 if (BTM_CheckEirData(p_data->inq_res.p_eir, BTM_EIR_COMPLETE_LOCAL_NAME_TYPE,
1033 p_data->inq_res.remt_name_not_required = TRUE;