Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dport_api.h117 #define PORT_EV_BREAK 0x00000040 /* BREAK received */ macro
142 PORT_EV_RLSD | PORT_EV_BREAK | PORT_EV_ERR | PORT_EV_RING | \
/system/bt/stack/rfcomm/
Dport_rfc.cc610 if (p_pars->break_signal) event |= (PORT_EV_BREAK & p_port->ev_mask); in PORT_ControlInd()
677 if (line_status & PORT_ERR_BREAK) event |= PORT_EV_BREAK; in PORT_LineStatusInd()