Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/transport/
H A Dtransport_rfcomm.cpp53 reqInfo.callback = &TransportRfcEventCallback; in Connect()
71 return RFCOMM_RegisterServer(scn_, mtu_, SOCK_RFCOMM_EVENTS, TransportRfcEventCallback, this); in RegisterServer()
154 void RfcommTransport::TransportRfcEventCallback(uint16_t handle, uint32_t event, in TransportRfcEventCallback() function in OHOS::bluetooth::RfcommTransport
H A Dtransport_rfcomm.h168 …static void TransportRfcEventCallback(uint16_t handle, uint32_t event, const void *eventData, void…