Home
last modified time | relevance | path

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

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/bluetooth/
H A Dinterface_i_hci_callback.md20 | [OnReceivedHciPacket](#onreceivedhcipacket) ([in] enum BtType type, [in] unsigned char[] data) | …
49 ### OnReceivedHciPacket()
52 IHciCallback::OnReceivedHciPacket ([in] enum BtType type, [in] unsigned char[] data )
/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
33 if ((callbacks_ != nullptr) && (callbacks_->OnReceivedHciPacket)) { in OnReceivedHciPacket()
52 callbacks_->OnReceivedHciPacket(packetType, &packet); in OnReceivedHciPacket()
/ohos5.0/drivers/peripheral/bluetooth/hci/hdi_service/
H A Dhci_interface_impl.cpp65 …const std::vector<uint8_t> &packet) { callbackObj->OnReceivedHciPacket(BtType::ACL_DATA, packet); … in Init()
68 …const std::vector<uint8_t> &packet) { callbackObj->OnReceivedHciPacket(BtType::SCO_DATA, packet); … in Init()
71 …const std::vector<uint8_t> &packet) { callbackObj->OnReceivedHciPacket(BtType::HCI_EVENT, packet);… in Init()
/ohos5.0/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;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/bluetooth_hci_v1_0/cpp_target/bluetooth/hci/v1_0/
H A Dhci_callback_service.cpp.txt31 int32_t HciCallbackService::OnReceivedHciPacket(OHOS::HDI::Bluetooth::Hci::V1_0::BtType type,
H A Dhci_callback_service.h.txt33 int32_t OnReceivedHciPacket(OHOS::HDI::Bluetooth::Hci::V1_0::BtType type,
H A Dhci_callback_proxy.h.txt41 int32_t OnReceivedHciPacket(OHOS::HDI::Bluetooth::Hci::V1_0::BtType type,
H A Dihci_callback.h.txt68 virtual int32_t OnReceivedHciPacket(OHOS::HDI::Bluetooth::Hci::V1_0::BtType type,
H A Dhci_callback_proxy.cpp.txt57 int32_t OHOS::HDI::Bluetooth::Hci::V1_0::HciCallbackProxy::OnReceivedHciPacket(OHOS::HDI::Bluetooth…
H A Dhci_callback_stub.cpp.txt154 int32_t hciCallbackRet = impl->OnReceivedHciPacket(type, data);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/bluetooth_hci_v1_0/dump_ast_target/
H A Ddump.txt28 [mini, lite, full, callback] OnReceivedHciPacket(
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/bluetooth_hci_v1_0/foo/bluetooth/hci/v1_0/
H A DIHciCallback.idl68 OnReceivedHciPacket([in] enum BtType type, [in] unsigned char[] data);
/ohos5.0/drivers/interface/bluetooth/hci/v1_0/
H A DIHciCallback.idl68 OnReceivedHciPacket([in] enum BtType type, [in] unsigned char[] data);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci.c414 .OnReceivedHciPacket = HciOnReceivedHciPacket,