Searched refs:OnReceivedHciPacket (Results 1 – 15 of 15) sorted by relevance
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/bluetooth/ |
H A D | interface_i_hci_callback.md | 20 | [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 D | bluetooth_hci_callbacks.cpp | 31 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 D | hci_interface_impl.cpp | 65 …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 D | bluetooth_hdi.h | 52 void (*OnReceivedHciPacket)(BtPacketType type, const BtPacket *packet); member
|
H A D | bluetooth_hci_callbacks.h | 50 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 D | hci_callback_service.cpp.txt | 31 int32_t HciCallbackService::OnReceivedHciPacket(OHOS::HDI::Bluetooth::Hci::V1_0::BtType type,
|
H A D | hci_callback_service.h.txt | 33 int32_t OnReceivedHciPacket(OHOS::HDI::Bluetooth::Hci::V1_0::BtType type,
|
H A D | hci_callback_proxy.h.txt | 41 int32_t OnReceivedHciPacket(OHOS::HDI::Bluetooth::Hci::V1_0::BtType type,
|
H A D | ihci_callback.h.txt | 68 virtual int32_t OnReceivedHciPacket(OHOS::HDI::Bluetooth::Hci::V1_0::BtType type,
|
H A D | hci_callback_proxy.cpp.txt | 57 int32_t OHOS::HDI::Bluetooth::Hci::V1_0::HciCallbackProxy::OnReceivedHciPacket(OHOS::HDI::Bluetooth…
|
H A D | hci_callback_stub.cpp.txt | 154 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 D | dump.txt | 28 [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 D | IHciCallback.idl | 68 OnReceivedHciPacket([in] enum BtType type, [in] unsigned char[] data);
|
/ohos5.0/drivers/interface/bluetooth/hci/v1_0/ |
H A D | IHciCallback.idl | 68 OnReceivedHciPacket([in] enum BtType type, [in] unsigned char[] data);
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/ |
H A D | hci.c | 414 .OnReceivedHciPacket = HciOnReceivedHciPacket,
|