Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/avdt/
Davdt_ad.cc53 re.scb_hdl); in LookupAvdtpScb()
54 return avdt_scb_by_hdl(re.scb_hdl); in LookupAvdtpScb()
351 avdtp_cb.ad.rt_tbl[p_tbl->ccb_idx][p_tbl->tcid].scb_hdl); in avdt_ad_tc_open_ind()
536 avdtp_cb.ad.rt_tbl[avdt_ccb_to_idx(p_ccb)][p_tbl->tcid].scb_hdl = in avdt_ad_open_req()
Davdt_int.h678 AvdtpRoutingEntry() : lcid(0), scb_hdl(0) {} in AvdtpRoutingEntry()
682 scb_hdl = 0; in Reset()
686 uint8_t scb_hdl; // Stream control block for this transport channel variable
Davdt_msg.cc1533 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()