Searched refs:p_scbi (Results 1 – 2 of 2) sorted by relevance
777 tBTA_AV_SCB* p_scbi = bta_av_cb.p_scb[i]; in bta_av_chk_start() local778 if (p_scbi && p_scbi->chnl == BTA_AV_CHNL_AUDIO && p_scbi->co_started) { in bta_av_chk_start()781 if (p_scbi->co_started != bta_av_cb.audio_open_cnt) { in bta_av_chk_start()782 p_scbi->co_started = bta_av_cb.audio_open_cnt; in bta_av_chk_start()973 tBTA_AV_SCB* p_scbi; in bta_av_switch_if_needed()979 p_scbi = bta_av_cb.p_scb[i]; in bta_av_switch_if_needed()980 if (p_scbi && (p_scb->hdi != i) && /* not the original channel */ in bta_av_switch_if_needed()983 get_btm_client_interface().link_policy.BTM_GetRole(p_scbi->PeerAddress(), &role); in bta_av_switch_if_needed()988 get_btm_client_interface().link_policy.BTM_block_role_switch_for(p_scbi->PeerAddress()); in bta_av_switch_if_needed()990 BTM_SwitchRole(p_scbi->PeerAddress(), HCI_ROLE_CENTRAL)) { in bta_av_switch_if_needed()[all …]
1227 tBTA_AV_SCB* p_scbi; in bta_av_conn_chg() local1370 p_scbi = bta_av_cb.p_scb[i]; in bta_av_conn_chg()1371 if (p_scbi && p_scbi->chnl == BTA_AV_CHNL_AUDIO && p_scbi->co_started) { in bta_av_conn_chg()1374 if (p_scbi->co_started != bta_av_cb.audio_open_cnt) { in bta_av_conn_chg()1375 p_scbi->co_started = bta_av_cb.audio_open_cnt; in bta_av_conn_chg()