Home
last modified time | relevance | path

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

/drivers/peripheral/bluetooth/hci/hdi_service/implement/
H A Dvendor_interface.cpp74 hci_ = h4; in WatchHciChannel()
84 hci_ = mct; in WatchHciChannel()
169 hci_ = nullptr; in CleanUp()
193 if (hci_ == nullptr) { in SendPacket()
194 HDF_LOGE("VendorInterface::SendPacket, hci_ is nullptr."); in SendPacket()
197 return hci_->SendPacket(type, packet); in SendPacket()
262 uint8_t opcodeOffset = hci_->GetPacketHeaderInfo(Hci::HCI_PACKET_TYPE_EVENT).headerSize + 1; in OnEventReceived()
H A Dvendor_interface.h65 std::shared_ptr<Hci::HciProtocol> hci_ = nullptr; member in OHOS::HDI::Bluetooth::Hci::V1_0::VendorInterface

Completed in 1 milliseconds