Searched refs:shdl (Results 1 – 2 of 2) sorted by relevance
73 tBTA_AV_RCB* bta_av_get_rcb_by_shdl(uint8_t shdl) { in bta_av_get_rcb_by_shdl() argument78 if (bta_av_cb.rcb[i].shdl == shdl && in bta_av_get_rcb_by_shdl()103 if (p_rcb->shdl) { in bta_av_del_rc()105 if ((p_rcb->shdl - 1) < BTA_AV_NUM_STRS) { in bta_av_del_rc()106 p_scb = bta_av_cb.p_scb[p_rcb->shdl - 1]; in bta_av_del_rc()110 p_rcb->shdl, p_scb->rc_handle, p_rcb->handle); in bta_av_del_rc()128 p_rcb->shdl = 0; in bta_av_del_rc()155 if ((p_cb->disabling) || (bta_av_cb.rcb[i].shdl != 0)) in bta_av_close_all_rc()301 uint8_t bta_av_rc_create(tBTA_AV_CB* p_cb, uint8_t role, uint8_t shdl, in bta_av_rc_create() argument317 if (!shdl) { in bta_av_rc_create()[all …]
596 uint8_t shdl; /* stream handle (hdi + 1) */ member699 extern uint8_t bta_av_rc_create(tBTA_AV_CB* p_cb, uint8_t role, uint8_t shdl,747 extern tBTA_AV_RCB* bta_av_get_rcb_by_shdl(uint8_t shdl);