Searched refs:p_inst_cb (Results 1 – 2 of 2) sorted by relevance
81 extern void btif_gattc_cleanup_multi_inst_cb(btgatt_multi_adv_inst_cb *p_inst_cb,
1454 btgatt_multi_adv_inst_cb *p_inst_cb = (btgatt_multi_adv_inst_cb*) p_param; in btgattc_handle_event() local1458 arrindex = btif_multi_adv_add_instid_map(p_inst_cb->client_if,INVALID_ADV_INST, true); in btgattc_handle_event()1460 cbindex = btif_gattc_obtain_idx_for_datacb(p_inst_cb->client_if, CLNT_IF_IDX); in btgattc_handle_event()1466 &p_inst_cb->param, sizeof(tBTA_BLE_ADV_PARAMS)); in btgattc_handle_event()1467 p_multi_adv_data_cb->inst_cb[cbindex].timeout_s = p_inst_cb->timeout_s; in btgattc_handle_event()1478 BTA_BleEnableAdvInstance(&p_inst_cb->param, bta_gattc_multi_adv_cback, NULL); in btgattc_handle_event()1485 btgatt_multi_adv_inst_cb *p_inst_cb = (btgatt_multi_adv_inst_cb*) p_param; in btgattc_handle_event() local1486 int inst_id = btif_multi_adv_instid_for_clientif(p_inst_cb->client_if); in btgattc_handle_event()1487 int cbindex = btif_gattc_obtain_idx_for_datacb(p_inst_cb->client_if, CLNT_IF_IDX); in btgattc_handle_event()1488 if (inst_id >= 0 && cbindex >= 0 && NULL != p_inst_cb) in btgattc_handle_event()[all …]