Home
last modified time | relevance | path

Searched refs:PORT_EV_ERR (Results 1 – 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/stack/include/
Dport_api.h119 #define PORT_EV_ERR 0x00000080 /* Line status error occurred */ macro
140 PORT_EV_ERR | PORT_EV_RING | PORT_EV_CONNECT_ERR | \
/external/bluetooth/bluedroid/stack/rfcomm/
Dport_rfc.c166 if(p_port->ev_mask & PORT_EV_ERR) in port_start_close()
167 events |= PORT_EV_ERR; in port_start_close()
733 event |= PORT_EV_ERR; in PORT_LineStatusInd()
Dport_api.c1274 if ((p_port->p_callback != NULL) && (p_port->ev_mask & PORT_EV_ERR)) in port_write()
1275 p_port->p_callback (PORT_EV_ERR, p_port->inx); in port_write()
1348 event |= PORT_EV_ERR; in PORT_Write()