Lines Matching full:uint8
67 UINT8 allocated; /* 0, not allocated. index+1, otherwise. */
68 UINT8 state; /* The state machine state */
69 UINT8 ch_state; /* L2CAP channel state */
70 UINT8 ch_flags; /* L2CAP configuration flags */
78 UINT8 allocated; /* 0, not allocated. index+1, otherwise. */
79 UINT8 state; /* The state machine state */
80 UINT8 ch_state; /* L2CAP channel state */
81 UINT8 ch_flags; /* L2CAP configuration flags */
94 UINT8 allocated; /* 0, not allocated. index+1, otherwise. */
95 UINT8 state; /* The state machine state */
96 UINT8 ch_state; /* L2CAP channel state */
97 UINT8 ch_flags; /* L2CAP configuration flags */
99 UINT8 ch_close; /* CCB index+1, if CCB initiated channel close */
110 UINT8 allocated; /* Whether LCB/BCB is allocated */
117 UINT8 label;
118 UINT8 cr;
128 UINT8 err_code;
138 UINT8 trace_level; /* trace level */
146 extern void avct_lcb_event(tAVCT_LCB *p_lcb, UINT8 event, tAVCT_LCB_EVT *p_data);
148 extern void avct_bcb_event(tAVCT_BCB *p_bcb, UINT8 event, tAVCT_LCB_EVT *p_data);
201 extern const UINT8 avct_lcb_pkt_type_len[];
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);