Home
last modified time | relevance | path

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

/system/bt/gd/hci/acl_manager/
Dle_impl.h72 le_acl_connections_.clear(); in ~le_impl()
93 if (le_acl_connections_.count(handle) == 1) { in on_le_disconnect()
94 auto& connection = le_acl_connections_.find(handle)->second; in on_le_disconnect()
97 le_acl_connections_.erase(handle); in on_le_disconnect()
146 ASSERT(le_acl_connections_.count(handle) == 0); in on_le_connection_complete()
148 le_acl_connections_.emplace(std::piecewise_construct, std::forward_as_tuple(handle), in on_le_connection_complete()
199 ASSERT(le_acl_connections_.count(handle) == 0); in on_le_enhanced_connection_complete()
201 le_acl_connections_.emplace(std::piecewise_construct, std::forward_as_tuple(handle), in on_le_enhanced_connection_complete()
229 if (le_acl_connections_.find(handle) == le_acl_connections_.end()) { in on_le_connection_update_complete()
233 auto& connection = le_acl_connections_.find(handle)->second; in on_le_connection_update_complete()
[all …]
/system/bt/gd/hci/
Dacl_manager.cc96 auto le_connection_pair = le_impl_->le_acl_connections_.find(handle); in dequeue_and_route_acl_packet_to_connection()
97 if (le_connection_pair == le_impl_->le_acl_connections_.end()) { in dequeue_and_route_acl_packet_to_connection()