Home
last modified time | relevance | path

Searched refs:ReadEventData (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/peripheral/bluetooth/hci/hdi_service/implement/
H A Dmct_protocol.h32 void ReadEventData(int fd);
H A Dmct_protocol.cpp56 void MctProtocol::ReadEventData(int fd) in ReadEventData() function in OHOS::HDI::Bluetooth::Hci::MctProtocol
H A Dvendor_interface.cpp81 …channel[hci_channels_t::HCI_EVT], std::bind(&Hci::MctProtocol::ReadEventData, mct, std::placeholde… in WatchHciChannel()