Searched refs:Hci (Results 1 – 18 of 18) sorted by relevance
/drivers/peripheral/bluetooth/hci/hdi_service/implement/ |
D | vendor_interface.h | 32 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;
|
D | vendor_interface.cpp | 33 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 …]
|
D | bt_hal_constant.h | 26 namespace Hci {
|
D | hci_internal.h | 22 namespace Hci {
|
D | h4_protocol.h | 24 namespace Hci {
|
D | hci_protocol.h | 28 namespace Hci {
|
D | bluetooth_address.h | 28 namespace Hci {
|
D | mct_protocol.h | 26 namespace Hci {
|
D | hci_watcher.h | 30 namespace Hci {
|
D | hci_protocol.cpp | 27 namespace Hci { namespace
|
D | h4_protocol.cpp | 26 namespace Hci { namespace
|
D | hci_watcher.cpp | 27 namespace Hci { namespace
|
D | mct_protocol.cpp | 26 namespace Hci { namespace
|
D | bluetooth_address.cpp | 28 namespace Hci { namespace
|
/drivers/peripheral/bluetooth/hci/hdi_service/ |
D | hci_interface_impl.cpp | 25 namespace Hci { namespace 27 using VendorInterface = OHOS::HDI::Bluetooth::Hci::V1_0::VendorInterface; 28 using HciPacketType = OHOS::HDI::Bluetooth::Hci::HciPacketType;
|
D | remote_death_recipient.h | 26 namespace Hci {
|
D | hci_interface_impl.h | 26 namespace Hci {
|
D | hci_interface_driver.cpp | 22 using namespace OHOS::HDI::Bluetooth::Hci::V1_0;
|