Searched refs:MctProtocol (Results 1 - 3 of 3) sorted by relevance
/drivers/peripheral/bluetooth/hci/hdi_service/implement/ |
H A D | mct_protocol.cpp | 32 MctProtocol::MctProtocol(const int fds[HCI_MAX_CHANNEL], HciDataCallback onAclReceive, HciDataCallback onScoReceive,
in MctProtocol() function in OHOS::HDI::Bluetooth::Hci::MctProtocol 43 ssize_t MctProtocol::SendPacket(HciPacketType packetType, const std::vector<uint8_t> &packetData)
in SendPacket() 56 void MctProtocol::ReadEventData(int fd)
in ReadEventData() 100 MctProtocol::~MctProtocol() {}
in ~MctProtocol() 102 void MctProtocol::ReadAclData(int fd)
in ReadAclData()
|
H A D | mct_protocol.h | 27 class MctProtocol : public HciProtocol {
class 29 MctProtocol(const int fds[HCI_MAX_CHANNEL], HciDataCallback onAclReceive, HciDataCallback onScoReceive,
34 ~MctProtocol() override;
|
H A D | vendor_interface.cpp | 76 auto mct = std::make_shared<Hci::MctProtocol>(channel,
in WatchHciChannel() 81 channel[hci_channels_t::HCI_ACL_IN], std::bind(&Hci::MctProtocol::ReadAclData, mct, std::placeholders::_1));
in WatchHciChannel() 83 channel[hci_channels_t::HCI_EVT], std::bind(&Hci::MctProtocol::ReadEventData, mct, std::placeholders::_1));
in WatchHciChannel()
|
Completed in 3 milliseconds