Searched refs:p_inst_cb (Results 1 – 2 of 2) sorted by relevance
82 extern void btif_gattc_cleanup_multi_inst_cb(btgatt_multi_adv_inst_cb *p_inst_cb,
1613 btgatt_multi_adv_inst_cb *p_inst_cb = (btgatt_multi_adv_inst_cb*) p_param; in btgattc_handle_event() local1617 arrindex = btif_multi_adv_add_instid_map(p_inst_cb->client_if,INVALID_ADV_INST, true); in btgattc_handle_event()1619 cbindex = btif_gattc_obtain_idx_for_datacb(p_inst_cb->client_if, CLNT_IF_IDX); in btgattc_handle_event()1625 &p_inst_cb->param, sizeof(tBTA_BLE_ADV_PARAMS)); in btgattc_handle_event()1626 p_multi_adv_data_cb->inst_cb[cbindex].timeout_s = p_inst_cb->timeout_s; in btgattc_handle_event()1637 BTA_BleEnableAdvInstance(&p_inst_cb->param, bta_gattc_multi_adv_cback, NULL); in btgattc_handle_event()1644 btgatt_multi_adv_inst_cb *p_inst_cb = (btgatt_multi_adv_inst_cb*) p_param; in btgattc_handle_event() local1645 int inst_id = btif_multi_adv_instid_for_clientif(p_inst_cb->client_if); in btgattc_handle_event()1646 int cbindex = btif_gattc_obtain_idx_for_datacb(p_inst_cb->client_if, CLNT_IF_IDX); in btgattc_handle_event()1647 if (inst_id >= 0 && cbindex >= 0 && NULL != p_inst_cb) in btgattc_handle_event()[all …]