Home | History | Annotate | Download | only in rfcomm

Lines Matching refs:enable

776 **                  flow control message to the peer device.  Enable flag passed
780 ** enable - enables data flow
783 int PORT_FlowControl (UINT16 handle, BOOLEAN enable)
789 RFCOMM_TRACE_API2 ("PORT_FlowControl() handle:%d enable: %d", handle, enable);
809 p_port->rx.user_fc = !enable;
831 if (enable && (p_port->rx.queue_size != 0))
894 ** the connection error flag and to enable additional read
1065 /* If we flowed controlled peer based on rx_queue size enable data again */