Home | History | Annotate | Download | only in avct

Lines Matching refs:UINT8

66     UINT8               allocated;      /* 0, not allocated. index+1, otherwise. */
67 UINT8 state; /* The state machine state */
68 UINT8 ch_state; /* L2CAP channel state */
69 UINT8 ch_flags; /* L2CAP configuration flags */
77 UINT8 allocated; /* 0, not allocated. index+1, otherwise. */
78 UINT8 state; /* The state machine state */
79 UINT8 ch_state; /* L2CAP channel state */
80 UINT8 ch_flags; /* L2CAP configuration flags */
93 UINT8 allocated; /* 0, not allocated. index+1, otherwise. */
94 UINT8 state; /* The state machine state */
95 UINT8 ch_state; /* L2CAP channel state */
96 UINT8 ch_flags; /* L2CAP configuration flags */
98 UINT8 ch_close; /* CCB index+1, if CCB initiated channel close */
109 UINT8 allocated; /* Whether LCB/BCB is allocated */
116 UINT8 label;
117 UINT8 cr;
127 UINT8 err_code;
137 UINT8 trace_level; /* trace level */
145 extern void avct_lcb_event(tAVCT_LCB *p_lcb, UINT8 event, tAVCT_LCB_EVT *p_data);
147 extern void avct_bcb_event(tAVCT_BCB *p_bcb, UINT8 event, tAVCT_LCB_EVT *p_data);
200 extern const UINT8 avct_lcb_pkt_type_len[];
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);