Home | History | Annotate | Download | only in src

Lines Matching defs:p_adv_data

1428             const btif_adv_data_t *p_adv_data = (btif_adv_data_t*) p_param;
1430 if (cbindex >= 0 && btif_gattc_copy_datacb(cbindex, p_adv_data, false))
1433 if (!p_adv_data->set_scan_rsp)
1503 btif_adv_data_t *p_adv_data = (btif_adv_data_t*) p_param;
1504 int cbindex = btif_gattc_obtain_idx_for_datacb(p_adv_data->client_if, CLNT_IF_IDX);
1505 int inst_id = btif_multi_adv_instid_for_clientif(p_adv_data->client_if);
1506 if (inst_id >= 0 && cbindex >= 0 && btif_gattc_copy_datacb(cbindex, p_adv_data, true))
1512 p_adv_data->set_scan_rsp,