HomeSort by relevance Sort by last modified time
    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:__anon3493
port_rfc.c 943 p_port->tx.peer_fc = !enable_data;
995 while (!p_port->tx.peer_fc && p_port->rfc.p_mcb && p_port->rfc.p_mcb->peer_ready)
    [all...]
rfc_utils.c 419 if (p_port->tx.peer_fc == TRUE)
430 ** Reaches zero, peer_fc is set.
443 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);
    [all...]
rfc_port_fsm.c 736 if (new_peer_fc != p_port->tx.peer_fc)

Completed in 887 milliseconds