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

  /system/bt/stack/include/
port_api.h 118 #define PORT_EV_ERR 0x00000080 /* Line status error occurred */
142 PORT_EV_RLSD | PORT_EV_BREAK | PORT_EV_ERR | PORT_EV_RING | \
  /system/bt/stack/rfcomm/
port_api.cc     [all...]
port_rfc.cc 162 if (p_port->ev_mask & PORT_EV_ERR) events |= PORT_EV_ERR;
683 if (line_status & ~(PORT_ERR_OVERRUN | PORT_ERR_BREAK)) event |= PORT_EV_ERR;
    [all...]

Completed in 50 milliseconds