HomeSort by relevance Sort by last modified time
    Searched refs:peer_fc (Results 1 - 6 of 6) sorted by null

  /system/bt/stack/rfcomm/
port_utils.c 424 BOOLEAN fc = p_port->tx.peer_fc
532 p_port->rx.peer_fc = FALSE;
541 p_port->rx.peer_fc = TRUE;
546 p_port->rx.peer_fc = TRUE;
558 if (p_port->rx.peer_fc
562 p_port->rx.peer_fc = FALSE;
575 p_port->rx.peer_fc = TRUE;
582 && !p_port->rx.peer_fc)
586 p_port->rx.peer_fc = TRUE;
port_int.h 59 BOOLEAN peer_fc; /* TRUE if flow control is set based on peer's request */ member in struct:__anon73964
rfc_utils.c 416 if (p_port->tx.peer_fc == TRUE)
427 ** Reaches zero, peer_fc is set.
440 p_port->tx.peer_fc = TRUE;
port_api.c 855 p_port->local_ctrl.fc = (p_port->rx.user_fc | p_port->rx.peer_fc);
934 p_port->local_ctrl.fc = (p_port->rx.user_fc | p_port->rx.peer_fc);
    [all...]
port_rfc.c 947 p_port->tx.peer_fc = !enable_data;
    [all...]
rfc_port_fsm.c 737 if (new_peer_fc != p_port->tx.peer_fc)

Completed in 584 milliseconds