Home
last modified time | relevance | path

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

/system/bt/stack/avdt/
Davdt_ad.cc52 tc.tcid, re.scb_hdl); in LookupAvdtpScb()
53 return avdt_scb_by_hdl(re.scb_hdl); in LookupAvdtpScb()
355 avdtp_cb.ad.rt_tbl[p_tbl->ccb_idx][p_tbl->tcid].scb_hdl); in avdt_ad_tc_open_ind()
538 avdtp_cb.ad.rt_tbl[avdt_ccb_to_idx(p_ccb)][p_tbl->tcid].scb_hdl = in avdt_ad_open_req()
Davdt_int.h688 AvdtpRoutingEntry() : lcid(0), scb_hdl(0) {} in AvdtpRoutingEntry()
692 scb_hdl = 0; in Reset()
696 uint8_t scb_hdl; // Stream control block for this transport channel variable
Davdt_msg.cc1522 uint8_t scb_hdl; in avdt_msg_ind() local
1663 scb_hdl = msg.single.seid; in avdt_msg_ind()
1665 scb_hdl = *((uint8_t*)(p_ccb->p_curr_cmd + 1)); in avdt_msg_ind()
1672 p_scb = avdt_scb_by_hdl(scb_hdl); in avdt_msg_ind()