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

  /system/bt/stack/rfcomm/
port_int.h 179 #define PORT_CTRL_IND_RECEIVED 0x04
port_rfc.cc 603 if (!(p_port->port_ctrl & PORT_CTRL_IND_RECEIVED)) {
612 p_port->port_ctrl |= (PORT_CTRL_IND_RECEIVED | PORT_CTRL_IND_RESPONDED);
648 if (p_port->port_ctrl & PORT_CTRL_IND_RECEIVED)
652 if (p_port->port_ctrl & PORT_CTRL_IND_RECEIVED) {
    [all...]
port_api.cc     [all...]

Completed in 47 milliseconds