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 118 #define PORT_EV_BREAK 0x00000040 /* BREAK received */
139 PORT_EV_DSR | PORT_EV_RLSD | PORT_EV_BREAK | \
  /system/bt/stack/rfcomm/
port_rfc.c 660 event |= (PORT_EV_BREAK & p_port->ev_mask);
737 event |= PORT_EV_BREAK;
    [all...]

Completed in 29 milliseconds