Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/bluetooth/hci/hdi_service/implement/
H A Dvendor_interface.cpp72 hci_ = h4; in WatchHciChannel()
82 hci_ = mct; in WatchHciChannel()
161 hci_ = nullptr; in CleanUp()
185 if (hci_ == nullptr) { in SendPacket()
189 return hci_->SendPacket(type, packet); in SendPacket()
254 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; variable