Searched defs:tcid (Results 1 - 5 of 5) sorted by relevance

/system/bt/stack/avdt/
H A Davdt_ad.cc56 AVDT_TRACE_DEBUG("type: %d, tcid: %d", type, ((scb_idx *
73 static uint8_t avdt_ad_tcid_to_type(uint8_t tcid) { argument
76 if (tcid == 0) {
79 /* tcid translates to type based on number of channels, as follows:
80 ** only media channel : tcid=1,2,3,4,5,6... type=1,1,1,1,1,1...
81 ** media and report : tcid=1,2,3,4,5,6... type=1,2,1,2,1,2...
82 ** media, report, recov : tcid=1,2,3,4,5,6... type=1,2,3,1,2,3...
84 type = ((tcid + AVDT_CHAN_NUM_TYPES - 2) % (AVDT_CHAN_NUM_TYPES - 1)) + 1;
86 AVDT_TRACE_DEBUG("tcid: %d, type: %d", tcid, typ
201 uint8_t tcid; local
463 uint8_t tcid; local
561 uint8_t tcid; local
[all...]
H A Davdt_api.cc1078 uint8_t tcid; local
1084 /* get tcid from type, scb */
1085 tcid = avdt_ad_type_to_tcid(AVDT_CHAN_MEDIA, p_scb);
1087 lcid = avdt_cb.ad.rt_tbl[avdt_ccb_to_idx(p_ccb)][tcid].lcid;
1106 uint8_t tcid = 0; /* tcid is always 0 for signal channel */ local
1112 lcid = avdt_cb.ad.rt_tbl[avdt_ccb_to_idx(p_ccb)][tcid].lcid;
1116 lcid = avdt_cb.ad.rt_tbl[avdt_ccb_to_idx(p_ccb)][tcid].lcid;
H A Davdt_scb_act.cc1394 uint8_t tcid; local
1403 /* get tcid from type, scb */
1404 tcid = avdt_ad_type_to_tcid(AVDT_CHAN_MEDIA, p_scb);
1406 lcid = avdt_cb.ad.rt_tbl[avdt_ccb_to_idx(p_ccb)][tcid].lcid;
H A Davdt_int.h448 uint8_t tcid; /* TCID */ member in struct:__anon842
492 uint8_t tcid; /* transport channel id */ member in struct:__anon845
/system/bt/stack/mcap/
H A Dmca_int.h171 #define MCA_CTRL_TCID 0 /* to identify control channel by tMCA_TC_TBL.tcid */
178 uint8_t tcid; /* transport channel id (0, for control channel. (MDEP ID + 1) member in struct:__anon1220

Completed in 75 milliseconds