Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hci/facade/
Dle_acl_manager_facade.cc91 if (direct_connection_events_ != nullptr) { in CreateConnection()
95direct_connection_events_ = std::make_shared<::bluetooth::grpc::GrpcEventQueue<LeConnectionEvent>>( in CreateConnection()
98 return direct_connection_events_->RunLoop(context, writer); in CreateConnection()
119 direct_connection_events_.reset(); in CancelConnection()
316 per_connection_events_.emplace(peer, direct_connection_events_); in OnLeConnectSuccess()
317 direct_connection_events_.reset(); in OnLeConnectSuccess()
351 direct_connection_events_->OnIncomingEvent(fail); in OnLeConnectFail()
467 std::shared_ptr<::bluetooth::grpc::GrpcEventQueue<LeConnectionEvent>> direct_connection_events_; member in bluetooth::hci::facade::LeAclManagerFacadeService