Home
last modified time | relevance | path

Searched refs:mct (Results 1 - 1 of 1) sorted by relevance

/drivers/peripheral/bluetooth/hci/hdi_service/implement/
H A Dvendor_interface.cpp76 auto mct = std::make_shared<Hci::MctProtocol>(channel, in WatchHciChannel() local
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()
84 hci_ = mct; in WatchHciChannel()

Completed in 1 milliseconds