Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dport_api.h136 #define PORT_EV_BREAK 0x00000040 /* BREAK received */ macro
157 PORT_EV_DSR | PORT_EV_RLSD | PORT_EV_BREAK | \
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Dport_rfc.c670 event |= (PORT_EV_BREAK & p_port->ev_mask); in PORT_ControlInd()
752 event |= PORT_EV_BREAK; in PORT_LineStatusInd()