HomeSort by relevance Sort by last modified time
    Searched defs:tcid (Results 1 - 5 of 5) sorted by null

  /external/bluetooth/bluedroid/stack/avdt/
avdt_ad.c 41 ** Description Derives the TCID from the channel type and SCB.
44 ** Returns TCID value.
59 AVDT_TRACE_DEBUG("type: %d, tcid: %d", type, ((scb_idx * (AVDT_CHAN_NUM_TYPES - 1)) + type));
69 ** Description Derives the channel type from the TCID.
75 static UINT8 avdt_ad_tcid_to_type(UINT8 tcid)
79 if (tcid == 0)
85 /* tcid translates to type based on number of channels, as follows:
86 ** only media channel : tcid=1,2,3,4,5,6... type=1,1,1,1,1,1...
87 ** media and report : tcid=1,2,3,4,5,6... type=1,2,1,2,1,2...
88 ** media, report, recov : tcid=1,2,3,4,5,6... type=1,2,3,1,2,3..
232 UINT8 tcid; local
509 UINT8 tcid; local
610 UINT8 tcid; local
    [all...]
avdt_api.c 1147 UINT8 tcid; local
1178 UINT8 tcid = 0; \/* tcid is always 0 for signal channel *\/ local
    [all...]
avdt_scb_act.c 1893 UINT8 tcid; local
2085 UINT8 tcid; local
    [all...]
avdt_int.h 468 UINT8 tcid; /* TCID */ member in struct:__anon5842
521 UINT8 tcid; /* transport channel id */ member in struct:__anon5845
  /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:__anon6303

Completed in 55 milliseconds