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

/system/bt/stack/avct/
H A Davct_int.h55 /* "no event" indicator used by ccb dealloc */
134 tAVCT_CCB ccb[AVCT_NUM_CONN]; /* connection control blocks */ member in struct:__anon784
/system/bt/stack/avrc/
H A Davrc_int.h119 tAVRC_CONN_CB ccb[AVCT_NUM_CONN]; member in struct:__anon811
/system/bt/stack/sdp/
H A Dsdpint.h223 tCONN_CB ccb[SDP_MAX_CONNECTIONS]; member in struct:__anon1269
/system/bt/bta/av/
H A Dbta_av_act.c304 tAVRC_CONN_CB ccb; local
326 ccb.p_ctrl_cback = bta_av_rc_ctrl_cback;
327 ccb.p_msg_cback = bta_av_rc_msg_cback;
328 ccb.company_id = p_bta_av_cfg->company_id;
329 ccb.conn = role;
331 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.h171 tMCA_DL cb_idx; /* 1-based index to ccb or dcb */
192 MCA_CCB_STAT_NORM, /* normal operation (based on ccb state) */
201 * ccb[0] ...ccb[MCA_NUM_LINKS*1-1] -> rcb[0]
202 * ccb[MCA_NUM_LINKS*1]...ccb[MCA_NUM_LINKS*2-1] -> rcb[1]
203 * ccb[MCA_NUM_LINKS*2]...ccb[MCA_NUM_LINKS*3-1] -> rcb[2]
231 * dcb[0] ...dcb[MCA_NUM_MDLS*1-1] -> ccb[0]
232 * dcb[MCA_NUM_MDLS*1]...dcb[MCA_NUM_MDLS*2-1] -> ccb[
257 tMCA_CCB ccb[MCA_NUM_CCBS]; /* control channel control blocks */ member in struct:__anon1242
[all...]
/system/bt/stack/avdt/
H A Davdt_int.h116 /* ccb state machine states */
167 /* ccb state machine events */
411 /* union associated with ccb state machine events */
434 BOOLEAN allocated; /* Whether ccb is allocated */
486 tAVDT_CCB *p_ccb; /* ccb associated with this scb */
541 tAVDT_CCB ccb[AVDT_NUM_LINKS]; /* channel control blocks */ member in struct:__anon808

Completed in 144 milliseconds