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.h84 le_acl_connections_.clear(); in ~le_impl()
114 auto connection = le_acl_connections_.find(handle); in get_callbacks()
115 if (connection == le_acl_connections_.end()) { in get_callbacks()
128 le_acl_connections_.erase(handle); in on_le_disconnect()
185 auto emplace_pair = le_acl_connections_.emplace( in on_le_connection_complete()
251 auto emplace_pair = le_acl_connections_.emplace( in on_le_enhanced_connection_complete()
646 if (le_acl_connections_.empty() && connecting_le_.empty() && canceled_connections_.empty() && in check_for_unregister()
666 for (auto it = le_acl_connections_.begin(); it != le_acl_connections_.end(); it++) { in HACK_get_handle()
694 std::map<uint16_t, le_acl_connection> le_acl_connections_; member
/system/bt/gd/hci/
Dacl_manager.cc101 auto le_connection_pair = le_impl_->le_acl_connections_.find(handle); in dequeue_and_route_acl_packet_to_connection()
102 if (le_connection_pair == le_impl_->le_acl_connections_.end()) { in dequeue_and_route_acl_packet_to_connection()