Home
last modified time | relevance | path

Searched refs:SendHciPacket (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/bluetooth/
H A Dinterface_i_hci_interface.md19 | [SendHciPacket](#sendhcipacket) ([in] enum BtType type, [in] unsigned char[] data) | 向控制器发送数据包。 |
66 ### SendHciPacket()
69 IHciInterface::SendHciPacket ([in] enum BtType type, [in] unsigned char[] data )
/ohos5.0/drivers/peripheral/bluetooth/hci/hdi_service/
H A Dhci_interface_impl.h35 int32_t SendHciPacket(BtType type, const std::vector<uint8_t>& data) override;
H A Dhci_interface_impl.cpp84 int32_t HciInterfaceImpl::SendHciPacket(BtType type, const std::vector<uint8_t>& data) in SendHciPacket() function in OHOS::HDI::Bluetooth::Hci::V1_0::HciInterfaceImpl
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/hardware/src/
H A Dbluetooth_hdi.cpp75 int32_t result = g_iBtHci->SendHciPacket(btType, data); in HdiSendHciPacket()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/bluetooth_hci_v1_0/cpp_target/bluetooth/hci/v1_0/
H A Dhci_interface_service.cpp.txt36 int32_t HciInterfaceService::SendHciPacket(OHOS::HDI::Bluetooth::Hci::V1_0::BtType type,
H A Dhci_interface_service.h.txt33 …int32_t SendHciPacket(OHOS::HDI::Bluetooth::Hci::V1_0::BtType type, const std::vector<uint8_t>& da…
H A Dihci_interface.h.txt73 …virtual int32_t SendHciPacket(OHOS::HDI::Bluetooth::Hci::V1_0::BtType type, const std::vector<uint…
H A Dhci_interface_proxy.h.txt73 …int32_t SendHciPacket(OHOS::HDI::Bluetooth::Hci::V1_0::BtType type, const std::vector<uint8_t>& da…
H A Dhci_interface_stub.cpp.txt188 int32_t hciInterfaceRet = impl->SendHciPacket(type, data);
H A Dhci_interface_proxy.cpp.txt146 int32_t OHOS::HDI::Bluetooth::Hci::V1_0::HciInterfaceProxy::SendHciPacket(OHOS::HDI::Bluetooth::Hci…
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/bluetooth_hci_v1_0/dump_ast_target/
H A Ddump.txt11 [mini, lite, full] SendHciPacket(
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/bluetooth_hci_v1_0/foo/bluetooth/hci/v1_0/
H A DIHciInterface.idl71 SendHciPacket([in] enum BtType type, [in] unsigned char[] data);
/ohos5.0/drivers/interface/bluetooth/hci/v1_0/
H A DIHciInterface.idl71 SendHciPacket([in] enum BtType type, [in] unsigned char[] data);