Searched refs:TransportRfcEventCallback (Results 1 – 2 of 2) sorted by relevance
53 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
168 …static void TransportRfcEventCallback(uint16_t handle, uint32_t event, const void *eventData, void…