Home | History | Annotate | Download | only in src

Lines Matching defs:inst_id

183     uint8_t     inst_id;
637 if (0xFF != p_btif_cb->inst_id)
638 btif_multi_adv_add_instid_map(p_btif_cb->client_if, p_btif_cb->inst_id, false);
806 static void bta_gattc_multi_adv_cback(tBTA_BLE_MULTI_ADV_EVT event, UINT8 inst_id,
822 BTIF_TRACE_DEBUG("%s -Inst ID %d, Status:%x, client_if:%d",__FUNCTION__,inst_id, call_status,
826 btif_cb.inst_id = inst_id;
1563 int inst_id = btif_multi_adv_instid_for_clientif(p_inst_cb->client_if);
1565 if (inst_id >= 0 && cbindex >= 0 && NULL != p_inst_cb)
1570 BTA_BleUpdateAdvInstParam((UINT8)inst_id,
1582 int inst_id = btif_multi_adv_instid_for_clientif(p_adv_data->client_if);
1583 if (inst_id < 0 || cbindex < 0)
1593 BTA_BleCfgAdvInstData((UINT8)inst_id, p_multi_adv_data_cb->inst_cb[cbindex].is_scan_rsp,
1602 int inst_id = btif_multi_adv_instid_for_clientif(p_inst_cb->client_if);
1603 if (inst_id >=0)
1604 BTA_BleDisableAdvInstance((UINT8)inst_id);