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

  /system/bt/stack/include/
port_api.h 127 #define PORT_EV_CONNECTED 0x00000200
145 PORT_EV_FCS | PORT_EV_CONNECTED)
  /system/bt/stack/rfcomm/
port_rfc.cc 452 if (p_port->p_callback && (p_port->ev_mask & PORT_EV_CONNECTED))
453 (p_port->p_callback)(PORT_EV_CONNECTED, p_port->inx);
492 if (p_port->p_callback && (p_port->ev_mask & PORT_EV_CONNECTED))
493 (p_port->p_callback)(PORT_EV_CONNECTED, p_port->inx);
604 event |= (PORT_EV_CONNECTED & p_port->ev_mask);
649 event = (p_port->ev_mask & PORT_EV_CONNECTED);
    [all...]

Completed in 52 milliseconds