/external/bluetooth/bluedroid/stack/avdt/ |
avdt_ad.c | 40 ** Description Derives the TCID from the channel type and SCB. 43 ** Returns TCID value. 58 AVDT_TRACE_DEBUG2("type: %d, tcid: %d", type, ((scb_idx * (AVDT_CHAN_NUM_TYPES - 1)) + type)); 68 ** Description Derives the channel type from the TCID. 74 static UINT8 avdt_ad_tcid_to_type(UINT8 tcid) 78 if (tcid == 0) 84 /* tcid translates to type based on number of channels, as follows: 85 ** only media channel : tcid=1,2,3,4,5,6... type=1,1,1,1,1,1... 86 ** media and report : tcid=1,2,3,4,5,6... type=1,2,1,2,1,2... 87 ** media, report, recov : tcid=1,2,3,4,5,6... type=1,2,3,1,2,3.. 231 UINT8 tcid; local 504 UINT8 tcid; local 605 UINT8 tcid; local [all...] |
avdt_api.c | 1085 UINT8 tcid; local 1116 UINT8 tcid = 0; \/* tcid is always 0 for signal channel *\/ local [all...] |
avdt_scb_act.c | 1864 UINT8 tcid; local 2043 UINT8 tcid; local [all...] |
avdt_int.h | 468 UINT8 tcid; /* TCID */ member in struct:__anon3499 520 UINT8 tcid; /* transport channel id */ member in struct:__anon3502
|
/external/bluetooth/bluedroid/stack/mcap/ |
mca_int.h | 163 #define MCA_CTRL_TCID 0 /* to identify control channel by tMCA_TC_TBL.tcid */ 170 UINT8 tcid; /* transport channel id (0, for control channel. (MDEP ID + 1) for data channel) */ member in struct:__anon3944
|