Home
last modified time | relevance | path

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

/system/bt/stack/rfcomm/
Dport_rfc.cc449 if (p_port->p_callback && (p_port->ev_mask & PORT_EV_CONNECTED)) in PORT_DlcEstablishInd()
450 (p_port->p_callback)(PORT_EV_CONNECTED, p_port->handle); in PORT_DlcEstablishInd()
489 if (p_port->p_callback && (p_port->ev_mask & PORT_EV_CONNECTED)) in PORT_DlcEstablishCnf()
490 (p_port->p_callback)(PORT_EV_CONNECTED, p_port->handle); in PORT_DlcEstablishCnf()
602 event |= (PORT_EV_CONNECTED & p_port->ev_mask); in PORT_ControlInd()
647 event = (p_port->ev_mask & PORT_EV_CONNECTED); in PORT_ControlCnf()
/system/bt/stack/include/
Dport_api.h107 #define PORT_EV_CONNECTED 0x00000200 macro