Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hci/facade/
Dle_acl_manager_facade.cc188 if (incoming_connection_events_ != nullptr) { in FetchIncomingConnection()
192 incoming_connection_events_ = in FetchIncomingConnection()
194 return incoming_connection_events_->RunLoop(context, writer); in FetchIncomingConnection()
306 incoming_connection_events_ != nullptr, in OnLeConnectSuccess()
309 per_connection_events_.emplace(peer, incoming_connection_events_); in OnLeConnectSuccess()
311 per_connection_events_[peer] = incoming_connection_events_; in OnLeConnectSuccess()
313 incoming_connection_events_.reset(); in OnLeConnectSuccess()
469 std::shared_ptr<::bluetooth::grpc::GrpcEventQueue<LeConnectionEvent>> incoming_connection_events_; member in bluetooth::hci::facade::LeAclManagerFacadeService