OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:peer_fc
(Results
1 - 6
of
6
) sorted by null
/external/bluetooth/bluedroid/stack/rfcomm/
port_utils.c
419
BOOLEAN fc = p_port->tx.
peer_fc
527
p_port->rx.
peer_fc
= FALSE;
536
p_port->rx.
peer_fc
= TRUE;
541
p_port->rx.
peer_fc
= TRUE;
553
if (p_port->rx.
peer_fc
557
p_port->rx.
peer_fc
= FALSE;
570
p_port->rx.
peer_fc
= TRUE;
577
&& !p_port->rx.
peer_fc
)
581
p_port->rx.
peer_fc
= TRUE;
port_int.h
57
BOOLEAN
peer_fc
; /* TRUE if flow control is set based on peer's request */
member in struct:__anon6313
rfc_utils.c
422
if (p_port->tx.
peer_fc
== TRUE)
433
** Reaches zero,
peer_fc
is set.
446
p_port->tx.
peer_fc
= TRUE;
port_api.c
823
p_port->local_ctrl.fc = (p_port->rx.user_fc | p_port->rx.
peer_fc
);
902
p_port->local_ctrl.fc = (p_port->rx.user_fc | p_port->rx.
peer_fc
);
[
all
...]
port_rfc.c
946
p_port->tx.
peer_fc
= !enable_data;
[
all
...]
rfc_port_fsm.c
737
if (new_peer_fc != p_port->tx.
peer_fc
)
Completed in 488 milliseconds