Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/transport/
H A Dtransport_rfcomm.cpp24 const int SOCK_RFCOMM_EVENTS = RFCOMM_CHANNEL_EV_CONNECT_INCOMING | RFCOMM_CHANNEL_EV_CONNECT_SUCCE… variable
51 reqInfo.eventMask = SOCK_RFCOMM_EVENTS; in Connect()
71 return RFCOMM_RegisterServer(scn_, mtu_, SOCK_RFCOMM_EVENTS, TransportRfcEventCallback, this); in RegisterServer()