Home
last modified time | relevance | path

Searched refs:Hci (Results 1 – 18 of 18) sorted by relevance

/drivers/peripheral/bluetooth/hci/hdi_service/implement/
Dvendor_interface.h32 namespace Hci {
37 using ReceiveDataCallback = Hci::HciProtocol::HciDataCallback;
46 size_t SendPacket(Hci::HciPacketType type, const std::vector<uint8_t> &packet);
65 std::shared_ptr<Hci::HciProtocol> hci_ = nullptr;
Dvendor_interface.cpp33 namespace Hci { namespace
62 auto h4 = std::make_shared<Hci::H4Protocol>(channel[0], in WatchHciChannel()
66 …watcher_.AddFdToWatcher(channel[0], std::bind(&Hci::H4Protocol::ReadData, h4, std::placeholders::_… in WatchHciChannel()
69 auto mct = std::make_shared<Hci::MctProtocol>(channel, in WatchHciChannel()
74 …channel[hci_channels_t::HCI_ACL_IN], std::bind(&Hci::MctProtocol::ReadAclData, mct, std::placehold… in WatchHciChannel()
76 …channel[hci_channels_t::HCI_EVT], std::bind(&Hci::MctProtocol::ReadEventData, mct, std::placeholde… in WatchHciChannel()
156 size_t VendorInterface::SendPacket(Hci::HciPacketType type, const std::vector<uint8_t> &packet) in SendPacket()
220 Hci::HCI_PACKET_TYPE_COMMAND, std::vector<uint8_t>(hdr->data, hdr->data + hdr->len)); in OnCmdXmitCallback()
225 if (data[0] == Hci::HCI_EVENT_CODE_VENDOR_SPECIFIC) { in OnEventReceived()
237 } else if (vendorSentOpcode_ != 0 && data[0] == Hci::HCI_EVENT_CODE_COMMAND_COMPLETE) { in OnEventReceived()
[all …]
Dbt_hal_constant.h26 namespace Hci {
Dhci_internal.h22 namespace Hci {
Dh4_protocol.h24 namespace Hci {
Dhci_protocol.h28 namespace Hci {
Dbluetooth_address.h28 namespace Hci {
Dmct_protocol.h26 namespace Hci {
Dhci_watcher.h30 namespace Hci {
Dhci_protocol.cpp27 namespace Hci { namespace
Dh4_protocol.cpp26 namespace Hci { namespace
Dhci_watcher.cpp27 namespace Hci { namespace
Dmct_protocol.cpp26 namespace Hci { namespace
Dbluetooth_address.cpp28 namespace Hci { namespace
/drivers/peripheral/bluetooth/hci/hdi_service/
Dhci_interface_impl.cpp25 namespace Hci { namespace
27 using VendorInterface = OHOS::HDI::Bluetooth::Hci::V1_0::VendorInterface;
28 using HciPacketType = OHOS::HDI::Bluetooth::Hci::HciPacketType;
Dremote_death_recipient.h26 namespace Hci {
Dhci_interface_impl.h26 namespace Hci {
Dhci_interface_driver.cpp22 using namespace OHOS::HDI::Bluetooth::Hci::V1_0;