Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/rfcomm/
Dport_rfc.c478 if (p_port->p_callback && (p_port->ev_mask & PORT_EV_CONNECTED)) in PORT_DlcEstablishInd()
479 (p_port->p_callback)(PORT_EV_CONNECTED, p_port->inx); in PORT_DlcEstablishInd()
521 if (p_port->p_callback && (p_port->ev_mask & PORT_EV_CONNECTED)) in PORT_DlcEstablishCnf()
522 (p_port->p_callback)(PORT_EV_CONNECTED, p_port->inx); in PORT_DlcEstablishCnf()
648 event |= (PORT_EV_CONNECTED & p_port->ev_mask); in PORT_ControlInd()
699 event = (p_port->ev_mask & PORT_EV_CONNECTED); in PORT_ControlCnf()
/external/bluetooth/bluedroid/stack/include/
Dport_api.h127 #define PORT_EV_CONNECTED 0x00000200 /* RFCOMM connection established */ macro
143 PORT_EV_FC | PORT_EV_FCS | PORT_EV_CONNECTED)