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

  /system/bt/stack/include/
port_api.h 117 #define PORT_EV_BREAK 0x00000040 /* BREAK received */
142 PORT_EV_RLSD | PORT_EV_BREAK | PORT_EV_ERR | PORT_EV_RING | \
  /system/bt/stack/rfcomm/
port_rfc.cc 614 if (p_pars->break_signal) event |= (PORT_EV_BREAK & p_port->ev_mask);
681 if (line_status & PORT_ERR_BREAK) event |= PORT_EV_BREAK;
    [all...]

Completed in 48 milliseconds