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

  /external/bluetooth/bluedroid/stack/rfcomm/
port_rfc.c 605 if (!(p_port->port_ctrl & PORT_CTRL_REQ_SENT))
641 if (!(p_port->port_ctrl & PORT_CTRL_REQ_SENT))
646 if (!(p_port->port_ctrl & PORT_CTRL_IND_RECEIVED))
651 if (p_port->port_ctrl & PORT_CTRL_REQ_CONFIRMED)
657 p_port->port_ctrl |= (PORT_CTRL_IND_RECEIVED | PORT_CTRL_IND_RESPONDED);
694 if (!(p_port->port_ctrl & PORT_CTRL_REQ_CONFIRMED))
696 p_port->port_ctrl |= PORT_CTRL_REQ_CONFIRMED;
698 if (p_port->port_ctrl & PORT_CTRL_IND_RECEIVED)
702 if (p_port->port_ctrl & PORT_CTRL_IND_RECEIVED)
    [all...]
port_int.h 187 UINT8 port_ctrl; /* Modem Status Command */ member in struct:t_port_info
rfc_port_if.c 256 p_port->port_ctrl |= PORT_CTRL_REQ_SENT;
port_utils.c 112 p_port->port_ctrl = 0;
port_api.c     [all...]

Completed in 42 milliseconds