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

  /external/bluetooth/bluedroid/stack/rfcomm/
port_api.c 222 if (!p_port->in_use || (p_port->state == PORT_STATE_CLOSED))
261 if (!p_port->in_use || (p_port->state == PORT_STATE_CLOSED))
303 if (!p_port->in_use || (p_port->state == PORT_STATE_CLOSED))
366 if (!p_port->in_use || (p_port->state == PORT_STATE_CLOSED))
402 if (!p_port->in_use || (p_port->state == PORT_STATE_CLOSED))
438 if (!p_port->in_use || (p_port->state == PORT_STATE_CLOSED))
475 if (!p_port->in_use || (p_port->state == PORT_STATE_CLOSED))
578 if (!p_port->in_use || (p_port->state == PORT_STATE_CLOSED))
626 if (!p_port->in_use || (p_port->state == PORT_STATE_CLOSED))
670 if (!p_port->in_use || (p_port->state == PORT_STATE_CLOSED))
    [all...]
port_int.h 150 #define PORT_STATE_CLOSED 0
port_utils.c 228 p_port->state = PORT_STATE_CLOSED;
port_rfc.c     [all...]

Completed in 47 milliseconds