Home
last modified time | relevance | path

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

/system/bt/gd/hci/acl_manager/
Dle_impl.h102 auto connecting_addr_with_type = connecting_le_.find(address_with_type); in on_common_le_connection_complete()
103 if (connecting_addr_with_type == connecting_le_.end()) { in on_common_le_connection_complete()
106 connecting_le_.erase(connecting_addr_with_type); in on_common_le_connection_complete()
322 connecting_le_.insert(address_with_type); in create_le_connection()
462 if (connecting_le_.empty()) { in OnPause()
466 canceled_connections_ = connecting_le_; in OnPause()
484 if (le_acl_connections_.empty() && connecting_le_.empty() && canceled_connections_.empty() && in check_for_unregister()
523 std::set<AddressWithType> connecting_le_; member