Searched refs:shdl (Results 1 – 2 of 2) sorted by relevance
78 tBTA_AV_RCB* bta_av_get_rcb_by_shdl(uint8_t shdl) { in bta_av_get_rcb_by_shdl() argument83 if (bta_av_cb.rcb[i].shdl == shdl && in bta_av_get_rcb_by_shdl()108 if (p_rcb->shdl) { in bta_av_del_rc()110 if ((p_rcb->shdl - 1) < BTA_AV_NUM_STRS) { in bta_av_del_rc()111 p_scb = bta_av_cb.p_scb[p_rcb->shdl - 1]; in bta_av_del_rc()115 p_rcb->shdl, p_scb->rc_handle, p_rcb->handle); in bta_av_del_rc()133 p_rcb->shdl = 0; in bta_av_del_rc()160 if ((p_cb->disabling) || (bta_av_cb.rcb[i].shdl != 0)) in bta_av_close_all_rc()306 uint8_t bta_av_rc_create(tBTA_AV_CB* p_cb, uint8_t role, uint8_t shdl, in bta_av_rc_create() argument323 if (!shdl) { in bta_av_rc_create()[all …]
571 uint8_t shdl; /* stream handle (hdi + 1) */ member679 extern uint8_t bta_av_rc_create(tBTA_AV_CB* p_cb, uint8_t role, uint8_t shdl,727 extern tBTA_AV_RCB* bta_av_get_rcb_by_shdl(uint8_t shdl);