Home
last modified time | relevance | path

Searched refs:OnReceivedHciPacket (Results 1 - 4 of 4) sorted by relevance

/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::vector<uint8_t> &data) in OnReceivedHciPacket() function in BluetoothHciCallbacks
33 if ((callbacks_ != nullptr) && (callbacks_->OnReceivedHciPacket)) { in OnReceivedHciPacket()
52 callbacks_->OnReceivedHciPacket(packetType, &packet); in OnReceivedHciPacket()
/foundation/communication/bluetooth_service/services/bluetooth/hardware/include/
H A Dbluetooth_hdi.h52 void (*OnReceivedHciPacket)(BtPacketType type, const BtPacket *packet); member
H A Dbluetooth_hci_callbacks.h50 int32_t OnReceivedHciPacket(BtType type, const std::vector<uint8_t> &data) override;
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci.c453 .OnReceivedHciPacket = HciOnReceivedHciPacket,

Completed in 2 milliseconds