Home | History | Annotate | Download | only in avct

Lines Matching refs:tAVCT_CCB

110 } tAVCT_CCB;
115 tAVCT_CCB *p_ccb;
124 tAVCT_CCB *p_ccb;
134 tAVCT_CCB ccb[AVCT_NUM_CONN]; /* connection control blocks */
151 extern BOOLEAN avct_bcb_last_ccb(tAVCT_BCB *p_bcb, tAVCT_CCB *p_ccb_last);
158 extern tAVCT_CCB *avct_lcb_has_pid(tAVCT_LCB *p_lcb, UINT16 pid);
159 extern BOOLEAN avct_lcb_last_ccb(tAVCT_LCB *p_lcb, tAVCT_CCB *p_ccb_last);
205 extern tAVCT_CCB *avct_ccb_alloc(tAVCT_CC *p_cc);
206 extern void avct_ccb_dealloc(tAVCT_CCB *p_ccb, UINT8 event, UINT16 result, BD_ADDR bd_addr);
207 extern UINT8 avct_ccb_to_idx(tAVCT_CCB *p_ccb);
208 extern tAVCT_CCB *avct_ccb_by_idx(UINT8 idx);