Lines Matching refs:BOOLEAN
57 BOOLEAN peer_fc; /* TRUE if flow control is set based on peer's request */
58 BOOLEAN user_fc; /* TRUE if flow control is set based on user's request */
84 BOOLEAN fc; /* TRUE when the device is unable to accept frames */
102 BOOLEAN local_cfg_sent;
103 BOOLEAN peer_cfg_rcvd;
104 BOOLEAN restart_required; /* TRUE if has to restart channel after disc */
105 BOOLEAN peer_ready; /* True if other side can accept frames */
107 BOOLEAN l2cap_congested; /* TRUE if L2CAP is congested */
108 BOOLEAN is_disc_initiator; /* TRUE if initiated disc of port */
148 BOOLEAN in_use; /* True when structure is allocated */
161 BOOLEAN is_server; /* TRUE if the server application */
189 BOOLEAN rx_flag_ev_pending; /* RXFLAG Character is received */
204 BOOLEAN keep_port_handle; /* TRUE if port is not deallocated when closing */
236 extern void port_flow_control_peer(tPORT *p_port, BOOLEAN enable, UINT16 count);