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

  /system/bt/stack/include/
port_api.h 129 #define PORT_EV_CONNECT_ERR 0x00008000
143 PORT_EV_CONNECT_ERR | PORT_EV_DSRS | PORT_EV_CTSS | PORT_EV_RLSDS | \
  /system/bt/stack/rfcomm/
port_rfc.cc 160 if (p_port->ev_mask & PORT_EV_CONNECT_ERR) events |= PORT_EV_CONNECT_ERR;
217 if (p_port->p_callback && (p_port->ev_mask & PORT_EV_CONNECT_ERR))
218 (p_port->p_callback)(PORT_EV_CONNECT_ERR, p_port->inx);
    [all...]

Completed in 63 milliseconds