Searched refs:p_adv_filt_cb (Results 1 – 1 of 1) sorted by relevance
1292 btgatt_adv_filter_cb_t *p_adv_filt_cb = (btgatt_adv_filter_cb_t *) p_param; in btgattc_handle_event() local1293 if (1 == p_adv_filt_cb->adv_filt_param.dely_mode) in btgattc_handle_event()1294 BTA_DmBleTrackAdvertiser(p_adv_filt_cb->client_if, bta_track_adv_event_cb); in btgattc_handle_event()1295 BTA_DmBleScanFilterSetup(p_adv_filt_cb->action, p_adv_filt_cb->filt_index, in btgattc_handle_event()1296 &p_adv_filt_cb->adv_filt_param, NULL, bta_scan_filt_param_setup_cb, in btgattc_handle_event()1297 p_adv_filt_cb->client_if); in btgattc_handle_event()1303 btgatt_adv_filter_cb_t *p_adv_filt_cb = (btgatt_adv_filter_cb_t *) p_param; in btgattc_handle_event() local1307 switch (p_adv_filt_cb->filt_type) in btgattc_handle_event()1310 bdcpy(cond.target_addr.bda, p_adv_filt_cb->bd_addr.address); in btgattc_handle_event()1311 cond.target_addr.type = p_adv_filt_cb->addr_type; in btgattc_handle_event()[all …]