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

  /system/bt/stack/include/
port_api.h 123 #define PORT_EV_OVERRUN 0x00002000 /* receiver buffer overrun */
144 PORT_EV_RXFLAG | PORT_EV_TXCHAR | PORT_EV_OVERRUN | PORT_EV_FC | \
  /system/bt/stack/rfcomm/
port_rfc.cc 679 if (line_status & PORT_ERR_OVERRUN) event |= PORT_EV_OVERRUN;
    [all...]

Completed in 56 milliseconds