Home | History | Annotate | Download | only in avct

Lines Matching full:uint16

63     UINT16              peer_mtu;	    /* peer l2c mtu */
64 UINT16 ch_result; /* L2CAP connection result value */
65 UINT16 ch_lcid; /* L2CAP channel LCID */
74 UINT16 peer_mtu; /* peer l2c mtu */
75 UINT16 ch_result; /* L2CAP connection result value */
76 UINT16 ch_lcid; /* L2CAP channel LCID */
82 UINT16 conflict_lcid; /* L2CAP channel LCID */
90 UINT16 peer_mtu; /* peer l2c mtu */
91 UINT16 ch_result; /* L2CAP connection result value */
92 UINT16 ch_lcid; /* L2CAP channel LCID */
125 UINT16 result;
135 UINT16 mtu; /* our L2CAP MTU */
136 UINT16 mtu_br; /* our L2CAP MTU for the Browsing channel */
152 extern tAVCT_BCB *avct_bcb_by_lcid(UINT16 lcid);
157 extern tAVCT_LCB *avct_lcb_by_lcid(UINT16 lcid);
158 extern tAVCT_CCB *avct_lcb_has_pid(tAVCT_LCB *p_lcb, UINT16 pid);
206 extern void avct_ccb_dealloc(tAVCT_CCB *p_ccb, UINT8 event, UINT16 result, BD_ADDR bd_addr);