Searched refs:hci_ (Results 1 – 2 of 2) sorted by relevance
72 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()
65 std::shared_ptr<Hci::HciProtocol> hci_ = nullptr; variable