Searched defs:ccb (Results 1 - 6 of 6) sorted by relevance

/system/bt/stack/avct/
H A Davct_int.h56 /* "no event" indicator used by ccb dealloc */
135 tAVCT_CCB ccb[AVCT_NUM_CONN]; /* connection control blocks */ member in struct:__anon826
/system/bt/stack/avrc/
H A Davrc_int.h119 tAVRC_CONN_CB ccb[AVCT_NUM_CONN]; member in struct:__anon853
/system/bt/stack/sdp/
H A Dsdpint.h222 tCONN_CB ccb[SDP_MAX_CONNECTIONS]; member in struct:__anon1278
/system/bt/bta/av/
H A Dbta_av_act.c305 tAVRC_CONN_CB ccb; local
327 ccb.p_ctrl_cback = bta_av_rc_ctrl_cback;
328 ccb.p_msg_cback = bta_av_rc_msg_cback;
329 ccb.company_id = p_bta_av_cfg->company_id;
330 ccb.conn = role;
332 ccb.control = p_cb->features & (BTA_AV_FEAT_RCTG | BTA_AV_FEAT_RCCT | AVRC_CT_PASSIVE);
334 if (AVRC_Open(&rc_handle, &ccb, bda) != AVRC_SUCCESS)
/system/bt/stack/mcap/
H A Dmca_int.h172 tMCA_DL cb_idx; /* 1-based index to ccb or dcb */
193 MCA_CCB_STAT_NORM, /* normal operation (based on ccb state) */
202 * ccb[0] ...ccb[MCA_NUM_LINKS*1-1] -> rcb[0]
203 * ccb[MCA_NUM_LINKS*1]...ccb[MCA_NUM_LINKS*2-1] -> rcb[1]
204 * ccb[MCA_NUM_LINKS*2]...ccb[MCA_NUM_LINKS*3-1] -> rcb[2]
232 * dcb[0] ...dcb[MCA_NUM_MDLS*1-1] -> ccb[0]
233 * dcb[MCA_NUM_MDLS*1]...dcb[MCA_NUM_MDLS*2-1] -> ccb[
258 tMCA_CCB ccb[MCA_NUM_CCBS]; /* control channel control blocks */ member in struct:__anon1249
[all...]
/system/bt/stack/avdt/
H A Davdt_int.h118 /* ccb state machine states */
169 /* ccb state machine events */
413 /* union associated with ccb state machine events */
442 BOOLEAN allocated; /* Whether ccb is allocated */
493 tAVDT_CCB *p_ccb; /* ccb associated with this scb */
547 tAVDT_CCB ccb[AVDT_NUM_LINKS]; /* channel control blocks */ member in struct:__anon850

Completed in 769 milliseconds