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.cc 393 if (p_port->tx.user_fc == fc) return (0);
395 p_port->tx.user_fc = fc;
470 if ((p_port->credit_rx <= p_port->credit_rx_low) && !p_port->rx.user_fc &&
503 if (!p_port->rx.user_fc)
port_int.h 59 bool user_fc; /* true if flow control is set based on user's request */ member in struct:__anon2507
port_api.cc 804 p_port->rx.user_fc = !enable;
807 if (!p_port->rx.user_fc) {
814 p_port->local_ctrl.fc = (p_port->rx.user_fc | p_port->rx.peer_fc);
871 p_port->rx.user_fc = !enable;
874 if (!p_port->rx.user_fc) {
881 p_port->local_ctrl.fc = (p_port->rx.user_fc | p_port->rx.peer_fc);
    [all...]
rfc_port_fsm.cc 418 (!p_port->rx.user_fc) &&
port_rfc.cc 828 if (p_port->rx.user_fc) {
    [all...]

Completed in 58 milliseconds