Searched refs:BTA_AV_NUM_STRS (Results 1 – 7 of 7) sorted by relevance
231 for (xx = 0; xx < BTA_AV_NUM_STRS; xx++) { in bta_av_addr_to_scb()251 for (int index = 0; index < BTA_AV_NUM_STRS; index++) { in BTA_AvObtainPeerChannelIndex()283 if (idx && (idx <= BTA_AV_NUM_STRS)) { in bta_av_hndl_to_scb()306 for (int xx = 0; xx < BTA_AV_NUM_STRS; xx++) { in bta_av_alloc_scb()331 for (int xx = 0; xx < BTA_AV_NUM_STRS; xx++) { in bta_av_find_scb()346 log::assert_that(scb_index < BTA_AV_NUM_STRS, in bta_av_free_scb()809 for (i = 0; i < BTA_AV_NUM_STRS; i++) { in bta_av_ci_data()869 for (int i = 0; i < BTA_AV_NUM_STRS; i++) { in bta_av_chk_start()905 for (i = 0; i < BTA_AV_NUM_STRS; i++) { in bta_av_restore_switch()936 for (i = 0; i < BTA_AV_NUM_STRS; i++) { in bta_av_sys_rs_cback()[all …]
121 if ((p_rcb->shdl - 1) < BTA_AV_NUM_STRS) { in bta_av_del_rc()532 for (i = 0; i < BTA_AV_NUM_STRS; i++) { in bta_av_rc_opened()1191 for (i = 0; i < BTA_AV_NUM_STRS; i++) { in bta_av_get_shdl()1255 if (index < BTA_AV_NUM_STRS) { in bta_av_conn_chg()1392 for (i = 0; i < BTA_AV_NUM_STRS; i++) { in bta_av_conn_chg()1428 for (xx = 0; xx < BTA_AV_NUM_STRS; xx++) { in bta_av_disable()1652 for (xx = 0; xx < BTA_AV_NUM_STRS; xx++) { in bta_av_sig_chg()1740 if (inx < BTA_AV_NUM_STRS) { in bta_av_accept_signalling_timer_cback()2106 if (((p_cb->disc & BTA_AV_HNDL_MSK) - 1) < BTA_AV_NUM_STRS) { in bta_av_rc_disc_done_all()2302 if (((p_cb->disc & BTA_AV_HNDL_MSK) - 1) < BTA_AV_NUM_STRS) { in bta_av_rc_disc_done()[all …]
630 #define BTA_AV_NUM_RCB (BTA_AV_NUM_STRS + 2)646 tBTA_AV_SCB* p_scb[BTA_AV_NUM_STRS]; /* stream control block */
354 log::assert_that(scb_index < BTA_AV_NUM_STRS, in bta_av_proc_stream_evt()468 for (index = 0; index < BTA_AV_NUM_STRS; index++) { in bta_av_sink_data_cback()475 if (index == BTA_AV_NUM_STRS) { in bta_av_sink_data_cback()1671 for (idx = 0; (idx < BTA_AV_NUM_STRS) && (!is_av_opened); idx++) { in bta_av_open_failed()
95 #ifndef BTA_AV_NUM_STRS96 #define BTA_AV_NUM_STRS 6 macro
125 BtaAvCoPeer peers_[BTA_AV_NUM_STRS]; // Connected peer information
392 static constexpr uint8_t kPeerIdMax = BTA_AV_NUM_STRS;627 static constexpr uint8_t kPeerIdMax = BTA_AV_NUM_STRS;