Searched refs:SendHciPacket (Results 1 – 13 of 13) sorted by relevance
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/bluetooth/ |
H A D | interface_i_hci_interface.md | 19 | [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 D | hci_interface_impl.h | 35 int32_t SendHciPacket(BtType type, const std::vector<uint8_t>& data) override;
|
H A D | hci_interface_impl.cpp | 84 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 D | bluetooth_hdi.cpp | 75 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 D | hci_interface_service.cpp.txt | 36 int32_t HciInterfaceService::SendHciPacket(OHOS::HDI::Bluetooth::Hci::V1_0::BtType type,
|
H A D | hci_interface_service.h.txt | 33 …int32_t SendHciPacket(OHOS::HDI::Bluetooth::Hci::V1_0::BtType type, const std::vector<uint8_t>& da…
|
H A D | ihci_interface.h.txt | 73 …virtual int32_t SendHciPacket(OHOS::HDI::Bluetooth::Hci::V1_0::BtType type, const std::vector<uint…
|
H A D | hci_interface_proxy.h.txt | 73 …int32_t SendHciPacket(OHOS::HDI::Bluetooth::Hci::V1_0::BtType type, const std::vector<uint8_t>& da…
|
H A D | hci_interface_stub.cpp.txt | 188 int32_t hciInterfaceRet = impl->SendHciPacket(type, data);
|
H A D | hci_interface_proxy.cpp.txt | 146 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 D | dump.txt | 11 [mini, lite, full] SendHciPacket(
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/bluetooth_hci_v1_0/foo/bluetooth/hci/v1_0/ |
H A D | IHciInterface.idl | 71 SendHciPacket([in] enum BtType type, [in] unsigned char[] data);
|
/ohos5.0/drivers/interface/bluetooth/hci/v1_0/ |
H A D | IHciInterface.idl | 71 SendHciPacket([in] enum BtType type, [in] unsigned char[] data);
|