Lines Matching refs:inst_id
177 uint8_t inst_id; member
637 if (0xFF != p_btif_cb->inst_id) in btif_gattc_upstreams_evt()
638 btif_multi_adv_add_instid_map(p_btif_cb->client_if, p_btif_cb->inst_id, false); in btif_gattc_upstreams_evt()
819 static void bta_gattc_multi_adv_cback(tBTA_BLE_MULTI_ADV_EVT event, UINT8 inst_id, in bta_gattc_multi_adv_cback() argument
835 BTIF_TRACE_DEBUG("%s -Inst ID %d, Status:%x, client_if:%d",__FUNCTION__,inst_id, call_status, in bta_gattc_multi_adv_cback()
839 btif_cb.inst_id = inst_id; in bta_gattc_multi_adv_cback()
1486 int inst_id = btif_multi_adv_instid_for_clientif(p_inst_cb->client_if); in btgattc_handle_event() local
1488 if (inst_id >= 0 && cbindex >= 0 && NULL != p_inst_cb) in btgattc_handle_event()
1493 BTA_BleUpdateAdvInstParam((UINT8)inst_id, in btgattc_handle_event()
1505 int inst_id = btif_multi_adv_instid_for_clientif(p_adv_data->client_if); in btgattc_handle_event() local
1506 if (inst_id >= 0 && cbindex >= 0 && btif_gattc_copy_datacb(cbindex, p_adv_data, true)) in btgattc_handle_event()
1511 (UINT8)inst_id, in btgattc_handle_event()
1521 __func__, "BTIF_GATTC_ADV_INSTANCE_SET_DATA", inst_id, cbindex); in btgattc_handle_event()
1529 int inst_id = btif_multi_adv_instid_for_clientif(p_inst_cb->client_if); in btgattc_handle_event() local
1530 if (inst_id >=0) in btgattc_handle_event()
1531 BTA_BleDisableAdvInstance((UINT8)inst_id); in btgattc_handle_event()