Searched refs:tcid (Results 1 – 5 of 5) sorted by relevance
45 if (tc.tcid >= AVDT_NUM_RT_TBL) { in LookupAvdtpScb()47 tc.tcid); in LookupAvdtpScb()50 const AvdtpRoutingEntry& re = rt_tbl[tc.ccb_idx][tc.tcid]; in LookupAvdtpScb()52 tc.tcid, re.scb_hdl); in LookupAvdtpScb()76 uint8_t tcid = (scb_idx * (AVDT_CHAN_NUM_TYPES - 1)) + type; in avdt_ad_type_to_tcid() local77 AVDT_TRACE_DEBUG("%s: type:%d, tcid: %d", __func__, type, tcid); in avdt_ad_type_to_tcid()78 return tcid; in avdt_ad_type_to_tcid()91 static uint8_t avdt_ad_tcid_to_type(uint8_t tcid) { in avdt_ad_tcid_to_type() argument94 if (tcid == 0) { in avdt_ad_tcid_to_type()102 type = ((tcid + AVDT_CHAN_NUM_TYPES - 2) % (AVDT_CHAN_NUM_TYPES - 1)) + 1; in avdt_ad_tcid_to_type()[all …]
97 avdtp_cb.ad.rt_tbl[avdt_ccb_to_idx(p_ccb)][p_tbl->tcid].lcid = p_tbl->lcid; in avdt_sec_check_complete_term()192 p_tbl->tcid = AVDT_CHAN_SIG; in avdt_l2c_connect_ind_cback()255 avdtp_cb.ad.rt_tbl[avdt_ccb_to_idx(p_ccb)][p_tbl->tcid].lcid = lcid; in avdt_l2c_connect_ind_cback()294 if (p_tbl->tcid != AVDT_CHAN_SIG) { in avdt_l2c_connect_cfm_cback()
1047 uint8_t tcid; in AVDT_GetL2CapChannel() local1054 tcid = avdt_ad_type_to_tcid(AVDT_CHAN_MEDIA, p_scb); in AVDT_GetL2CapChannel()1056 lcid = avdtp_cb.ad.rt_tbl[avdt_ccb_to_idx(p_ccb)][tcid].lcid; in AVDT_GetL2CapChannel()1075 uint8_t tcid = 0; /* tcid is always 0 for signal channel */ in AVDT_GetSignalChannel() local1081 lcid = avdtp_cb.ad.rt_tbl[avdt_ccb_to_idx(p_ccb)][tcid].lcid; in AVDT_GetSignalChannel()1085 lcid = avdtp_cb.ad.rt_tbl[avdt_ccb_to_idx(p_ccb)][tcid].lcid; in AVDT_GetSignalChannel()
397 uint8_t tcid; /* TCID */ member653 tcid(0), in AvdtpTransportChannel()664 tcid = 0; in Reset()675 uint8_t tcid; // Transport channel ID variable
1487 uint8_t tcid; in avdt_scb_clr_pkt() local1497 tcid = avdt_ad_type_to_tcid(AVDT_CHAN_MEDIA, p_scb); in avdt_scb_clr_pkt()1499 lcid = avdtp_cb.ad.rt_tbl[avdt_ccb_to_idx(p_ccb)][tcid].lcid; in avdt_scb_clr_pkt()