Searched refs:scb_hdl (Results 1 – 3 of 3) sorted by relevance
325 p_scb = avdt_scb_by_hdl(avdt_cb.ad.rt_tbl[p_tbl->ccb_idx][p_tbl->tcid].scb_hdl); in avdt_ad_tc_close_ind()373 p_scb = avdt_scb_by_hdl(avdt_cb.ad.rt_tbl[p_tbl->ccb_idx][p_tbl->tcid].scb_hdl); in avdt_ad_tc_open_ind()413 p_scb = avdt_scb_by_hdl(avdt_cb.ad.rt_tbl[p_tbl->ccb_idx][p_tbl->tcid].scb_hdl); in avdt_ad_tc_cong_ind()449 p_scb = avdt_scb_by_hdl(avdt_cb.ad.rt_tbl[p_tbl->ccb_idx][p_tbl->tcid].scb_hdl); in avdt_ad_tc_data_ind()527 avdt_cb.ad.rt_tbl[avdt_ccb_to_idx(p_ccb)][p_tbl->tcid].scb_hdl = avdt_scb_to_hdl(p_scb); in avdt_ad_open_req()
1626 UINT8 scb_hdl; in avdt_msg_ind() local1759 scb_hdl = msg.single.seid; in avdt_msg_ind()1761 scb_hdl = *((UINT8 *)(p_ccb->p_curr_cmd + 1)); in avdt_msg_ind()1767 if (evt && (p_scb = avdt_scb_by_hdl(scb_hdl)) != NULL) { in avdt_msg_ind()
531 UINT8 scb_hdl; /* stream control block associated with this tc */ member