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

  /external/bluetooth/bluedroid/stack/rfcomm/
port_utils.c 420 if (p_port->tx.user_fc == fc)
423 p_port->tx.user_fc = fc;
514 && !p_port->rx.user_fc
555 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:__anon2974
port_api.c 784 p_port->rx.user_fc = !enable;
788 if (!p_port->rx.user_fc)
798 p_port->local_ctrl.fc = (p_port->rx.user_fc | p_port->rx.peer_fc);
    [all...]
port_rfc.c 895 if (p_port->rx.user_fc)
    [all...]
rfc_port_fsm.c 404 && (!p_port->rx.user_fc)

Completed in 746 milliseconds