Home
last modified time | relevance | path

Searched defs:OnReceivedHciPacket (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/hardware/src/
H A Dbluetooth_hci_callbacks.cpp31 NO_SANITIZE("cfi") int32_t BluetoothHciCallbacks::OnReceivedHciPacket(BtType type, const std::vecto… in OnReceivedHciPacket() function in BluetoothHciCallbacks
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/hardware/include/
H A Dbluetooth_hdi.h52 void (*OnReceivedHciPacket)(BtPacketType type, const BtPacket *packet); member