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

  /system/bt/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:__anon69759
port_api.c 845 p_port->rx.user_fc = !enable;
849 if (!p_port->rx.user_fc)
859 p_port->local_ctrl.fc = (p_port->rx.user_fc | p_port->rx.peer_fc);
924 p_port->rx.user_fc = !enable;
928 if (!p_port->rx.user_fc)
938 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 142 milliseconds