HomeSort by relevance Sort by last modified time
    Searched refs:tcid (Results 1 - 8 of 8) 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_l2c.c 101 avdt_cb.ad.rt_tbl[avdt_ccb_to_idx(p_ccb)][p_tbl->tcid].lcid = p_tbl->lcid;
199 p_tbl->tcid = AVDT_CHAN_SIG;
255 avdt_cb.ad.rt_tbl[avdt_ccb_to_idx(p_ccb)][p_tbl->tcid].lcid = lcid;
297 if(p_tbl->tcid != AVDT_CHAN_SIG)
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:__anon5837
521 UINT8 tcid; /* transport channel id */ member in struct:__anon5840
  /external/bluetooth/bluedroid/stack/mcap/
mca_main.c 143 p_tbl->tcid = MCA_CTRL_TCID;
184 p_tbl->tcid = p_dcb->p_cs->type + 1;
189 MCA_TRACE_DEBUG("mca_tc_tbl_dalloc tcid: %d, cb_idx: %d", p_tbl->tcid, p_tbl->cb_idx);
261 if (p_tbl->tcid == MCA_CTRL_TCID)
306 MCA_TRACE_DEBUG("mca_tc_close_ind tcid: %d, cb_idx:%d, old: %d",
307 p_tbl->tcid, p_tbl->cb_idx, p_tbl->state);
320 if (p_tbl->tcid == MCA_CTRL_TCID)
355 MCA_TRACE_DEBUG("mca_tc_open_ind tcid: %d, cb_idx: %d", p_tbl->tcid, p_tbl->cb_idx)
    [all...]
mca_l2c.c 307 MCA_TRACE_DEBUG("p_tbl state: %d, tcid: %d", p_tbl->state, p_tbl->tcid);
314 if (p_tbl->tcid != 0)
340 p_tbl->tcid,
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:__anon6298

Completed in 2945 milliseconds