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

  /system/bt/stack/include/
port_api.h 470 #define PORT_ERR_OVERRUN 0x02 /* Overrun is reported by peer device */
  /system/bt/stack/rfcomm/
port_rfc.cc 679 if (line_status & PORT_ERR_OVERRUN) event |= PORT_EV_OVERRUN;
683 if (line_status & ~(PORT_ERR_OVERRUN | PORT_ERR_BREAK)) event |= PORT_EV_ERR;
    [all...]

Completed in 45 milliseconds