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

  /external/bluetooth/bluedroid/stack/include/
port_api.h 460 #define PORT_ERR_OVERRUN 0x02 /* Overrun is reported by peer device */
  /external/bluetooth/bluedroid/stack/rfcomm/
port_rfc.c 733 if (line_status & PORT_ERR_OVERRUN)
739 if (line_status & ~(PORT_ERR_OVERRUN | PORT_ERR_BREAK))
    [all...]

Completed in 483 milliseconds