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 220 if (!p_port->in_use || (p_port->state == PORT_STATE_CLOSED))
259 if (!p_port->in_use || (p_port->state == PORT_STATE_CLOSED))
301 if (!p_port->in_use || (p_port->state == PORT_STATE_CLOSED))
341 if (!p_port->in_use || (p_port->state == PORT_STATE_CLOSED))
377 if (!p_port->in_use || (p_port->state == PORT_STATE_CLOSED))
413 if (!p_port->in_use || (p_port->state == PORT_STATE_CLOSED))
450 if (!p_port->in_use || (p_port->state == PORT_STATE_CLOSED))
553 if (!p_port->in_use || (p_port->state == PORT_STATE_CLOSED))
601 if (!p_port->in_use || (p_port->state == PORT_STATE_CLOSED))
645 if (!p_port->in_use || (p_port->state == PORT_STATE_CLOSED))
    [all...]
port_int.h 150 #define PORT_STATE_CLOSED 0
port_utils.c 233 p_port->state = PORT_STATE_CLOSED;
port_rfc.c     [all...]

Completed in 31 milliseconds