Home | History | Annotate | Download | only in avct

Lines Matching refs:tAVCT_CCB

111 } tAVCT_CCB;
116 tAVCT_CCB *p_ccb;
125 tAVCT_CCB *p_ccb;
135 tAVCT_CCB ccb[AVCT_NUM_CONN]; /* connection control blocks */
152 extern BOOLEAN avct_bcb_last_ccb(tAVCT_BCB *p_bcb, tAVCT_CCB *p_ccb_last);
159 extern tAVCT_CCB *avct_lcb_has_pid(tAVCT_LCB *p_lcb, UINT16 pid);
160 extern BOOLEAN avct_lcb_last_ccb(tAVCT_LCB *p_lcb, tAVCT_CCB *p_ccb_last);
206 extern tAVCT_CCB *avct_ccb_alloc(tAVCT_CC *p_cc);
207 extern void avct_ccb_dealloc(tAVCT_CCB *p_ccb, UINT8 event, UINT16 result, BD_ADDR bd_addr);
208 extern UINT8 avct_ccb_to_idx(tAVCT_CCB *p_ccb);
209 extern tAVCT_CCB *avct_ccb_by_idx(UINT8 idx);