Home
last modified time | relevance | path

Searched refs:scb_hdl (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/bt/stack/avdt/
H A Davdt_ad.cc53 tc.tcid, re.scb_hdl); in LookupAvdtpScb()
54 return avdt_scb_by_hdl(re.scb_hdl); in LookupAvdtpScb()
352 avdtp_cb.ad.rt_tbl[p_tbl->ccb_idx][p_tbl->tcid].scb_hdl); in avdt_ad_tc_open_ind()
533 avdtp_cb.ad.rt_tbl[avdt_ccb_to_idx(p_ccb)][p_tbl->tcid].scb_hdl = in avdt_ad_open_req()
H A Davdt_int.h677 AvdtpRoutingEntry() : lcid(0), scb_hdl(0) {} in AvdtpRoutingEntry()
681 scb_hdl = 0; in Reset()
685 uint8_t scb_hdl; // Stream control block for this transport channel variable
H A Davdt_msg.cc1534 uint8_t scb_hdl; in avdt_msg_ind() local
1675 scb_hdl = msg.single.seid; in avdt_msg_ind()
1677 scb_hdl = *((uint8_t*)(p_ccb->p_curr_cmd + 1)); in avdt_msg_ind()
1684 p_scb = avdt_scb_by_hdl(scb_hdl); in avdt_msg_ind()