Searched refs:connecting_le_ (Results 1 – 1 of 1) sorted by relevance
132 auto connecting_addr_with_type = connecting_le_.find(address_with_type); in on_common_le_connection_complete()133 if (connecting_addr_with_type == connecting_le_.end()) { in on_common_le_connection_complete()136 connecting_le_.erase(connecting_addr_with_type); in on_common_le_connection_complete()464 connecting_le_.insert(address_with_type); in create_le_connection()624 if (connecting_le_.empty()) { in OnPause()628 canceled_connections_ = connecting_le_; in OnPause()646 if (le_acl_connections_.empty() && connecting_le_.empty() && canceled_connections_.empty() && in check_for_unregister()695 std::set<AddressWithType> connecting_le_; member