Home | History | Annotate | Download | only in src

Lines Matching defs:p_adv_data

1587             const btif_adv_data_t *p_adv_data = (btif_adv_data_t*) p_param;
1589 if (cbindex >= 0 && btif_gattc_copy_datacb(cbindex, p_adv_data, false))
1592 if (!p_adv_data->set_scan_rsp)
1662 btif_adv_data_t *p_adv_data = (btif_adv_data_t*) p_param;
1663 int cbindex = btif_gattc_obtain_idx_for_datacb(p_adv_data->client_if, CLNT_IF_IDX);
1664 int inst_id = btif_multi_adv_instid_for_clientif(p_adv_data->client_if);
1665 if (inst_id >= 0 && cbindex >= 0 && btif_gattc_copy_datacb(cbindex, p_adv_data, true))