Searched refs:tcid (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/system/stack/avdt/ |
D | avdt_ad.cc | 47 if (tc.tcid >= AVDT_NUM_RT_TBL) { in LookupAvdtpScb() 48 log::error("AvdtpScb entry not found: invalid tcid:{}", tc.tcid); in LookupAvdtpScb() 51 const AvdtpRoutingEntry& re = rt_tbl[tc.ccb_idx][tc.tcid]; in LookupAvdtpScb() 52 log::verbose("ccb_idx:{} tcid:{} scb_hdl:{}", tc.ccb_idx, tc.tcid, in LookupAvdtpScb() 77 uint8_t tcid = (scb_idx * (AVDT_CHAN_NUM_TYPES - 1)) + type; in avdt_ad_type_to_tcid() local 78 log::verbose("type:{}, tcid: {}", type, tcid); in avdt_ad_type_to_tcid() 79 return tcid; in avdt_ad_type_to_tcid() 92 static uint8_t avdt_ad_tcid_to_type(uint8_t tcid) { in avdt_ad_tcid_to_type() argument 95 if (tcid == 0) { in avdt_ad_tcid_to_type() 103 type = ((tcid + AVDT_CHAN_NUM_TYPES - 2) % (AVDT_CHAN_NUM_TYPES - 1)) + 1; in avdt_ad_tcid_to_type() [all …]
|
D | avdt_l2c.cc | 93 avdtp_cb.ad.rt_tbl[avdt_ccb_to_idx(p_ccb)][p_tbl->tcid].lcid = p_tbl->lcid; in avdt_sec_check_complete_term() 162 p_tbl->tcid = AVDT_CHAN_SIG; in avdt_l2c_connect_ind_cback() 220 avdtp_cb.ad.rt_tbl[avdt_ccb_to_idx(p_ccb)][p_tbl->tcid].lcid = lcid; in avdt_l2c_connect_ind_cback() 252 if (p_tbl->tcid != AVDT_CHAN_SIG) { in avdt_l2c_connect_cfm_cback()
|
D | avdt_int.h | 392 uint8_t tcid; /* TCID */ member 648 tcid(0), in AvdtpTransportChannel() 657 tcid = 0; in Reset() 666 uint8_t tcid; // Transport channel ID variable
|
D | avdt_api.cc | 977 uint8_t tcid; in AVDT_GetL2CapChannel() local 984 tcid = avdt_ad_type_to_tcid(AVDT_CHAN_MEDIA, p_scb); in AVDT_GetL2CapChannel() 986 lcid = avdtp_cb.ad.rt_tbl[avdt_ccb_to_idx(p_ccb)][tcid].lcid; in AVDT_GetL2CapChannel()
|
D | avdt_scb_act.cc | 1507 uint8_t tcid; in avdt_scb_clr_pkt() local 1517 tcid = avdt_ad_type_to_tcid(AVDT_CHAN_MEDIA, p_scb); in avdt_scb_clr_pkt() 1519 lcid = avdtp_cb.ad.rt_tbl[avdt_ccb_to_idx(p_ccb)][tcid].lcid; in avdt_scb_clr_pkt()
|