OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:user_fc
(Results
1 - 5
of
5
) sorted by null
/external/bluetooth/bluedroid/stack/rfcomm/
port_utils.c
425
if (p_port->tx.
user_fc
== fc)
428
p_port->tx.
user_fc
= fc;
519
&& !p_port->rx.
user_fc
560
if (!p_port->rx.
user_fc
)
port_int.h
58
BOOLEAN
user_fc
; /* TRUE if flow control is set based on user's request */
member in struct:__anon1238
port_api.c
809
p_port->rx.
user_fc
= !enable;
813
if (!p_port->rx.
user_fc
)
823
p_port->local_ctrl.fc = (p_port->rx.
user_fc
| p_port->rx.peer_fc);
888
p_port->rx.
user_fc
= !enable;
892
if (!p_port->rx.
user_fc
)
902
p_port->local_ctrl.fc = (p_port->rx.
user_fc
| p_port->rx.peer_fc);
[
all
...]
port_rfc.c
900
if (p_port->rx.
user_fc
)
[
all
...]
rfc_port_fsm.c
404
&& (!p_port->rx.
user_fc
)
Completed in 491 milliseconds