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 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_l2c.c 98 avdt_cb.ad.rt_tbl[avdt_ccb_to_idx(p_ccb)][p_tbl->tcid].lcid = p_tbl->lcid;
193 p_tbl->tcid = AVDT_CHAN_SIG;
249 avdt_cb.ad.rt_tbl[avdt_ccb_to_idx(p_ccb)][p_tbl->tcid].lcid = lcid;
291 if(p_tbl->tcid != AVDT_CHAN_SIG)
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:__anon3497
520 UINT8 tcid; /* transport channel id */ member in struct:__anon3500
  /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_DEBUG2("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_DEBUG3("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_DEBUG2("mca_tc_open_ind tcid: %d, cb_idx: %d", p_tbl->tcid, p_tbl->cb_idx)
    [all...]
mca_l2c.c 302 MCA_TRACE_DEBUG2("p_tbl state: %d, tcid: %d", p_tbl->state, p_tbl->tcid);
309 if (p_tbl->tcid != 0)
335 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:__anon3941

Completed in 82 milliseconds