HomeSort by relevance Sort by last modified time
    Searched refs: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:__anon6313
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...]
rfc_port_fsm.c 405 && (!p_port->rx.user_fc)
port_rfc.c 903 if (p_port->rx.user_fc)
    [all...]

Completed in 67 milliseconds