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

  /external/bluetooth/bluedroid/stack/include/
port_api.h 128 #define PORT_EV_CONNECT_ERR 0x00008000 /* Was not able to establish connection */
140 PORT_EV_ERR | PORT_EV_RING | PORT_EV_CONNECT_ERR | \
  /external/bluetooth/bluedroid/stack/rfcomm/
port_rfc.c 164 if(p_port->ev_mask & PORT_EV_CONNECT_ERR)
165 events |= PORT_EV_CONNECT_ERR;
232 if (p_port->p_callback && (p_port->ev_mask & PORT_EV_CONNECT_ERR))
233 (p_port->p_callback)(PORT_EV_CONNECT_ERR, p_port->inx);
    [all...]

Completed in 38 milliseconds