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

/system/bt/stack/avct/
H A Davct_int.h112 } tAVCT_CCB; typedef in typeref:struct:__anon919
117 tAVCT_CCB* p_ccb;
126 tAVCT_CCB* p_ccb;
136 tAVCT_CCB ccb[AVCT_NUM_CONN]; /* connection control blocks */
155 tAVCT_CCB* p_ccb_last);
161 extern tAVCT_CCB* avct_lcb_has_pid(tAVCT_LCB* p_lcb, uint16_t pid);
162 extern bool 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_t event, uint16_t result,
209 extern uint8_t avct_ccb_to_idx(tAVCT_CCB* p_cc
[all...]

Completed in 202 milliseconds