Home
last modified time | relevance | path

Searched refs:PORT_ERR_OVERRUN (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dport_api.h491 #define PORT_ERR_OVERRUN 0x02 /* Overrun is reported by peer device */ macro
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Dport_rfc.c747 if (line_status & PORT_ERR_OVERRUN) { in PORT_LineStatusInd()
755 if (line_status & ~(PORT_ERR_OVERRUN | PORT_ERR_BREAK)) { in PORT_LineStatusInd()