Lines Matching refs:GetAddress
376 …s_manager_->AddDeviceToConnectList(ConnectListAddressType::PUBLIC, address_with_type.GetAddress()); in add_device_to_connect_list()
380 …s_manager_->AddDeviceToConnectList(ConnectListAddressType::RANDOM, address_with_type.GetAddress()); in add_device_to_connect_list()
399 …PeerAddressType::PUBLIC_DEVICE_OR_IDENTITY_ADDRESS, address_with_type.GetAddress(), peer_irk, loca… in add_device_to_resolving_list()
404 …PeerAddressType::RANDOM_DEVICE_OR_IDENTITY_ADDRESS, address_with_type.GetAddress(), peer_irk, loca… in add_device_to_resolving_list()
418 … std::forward_as_tuple(address_with_type.GetAddress(), address_with_type.GetAddressType()), in create_le_connection()
483 … address_with_type.GetAddressType(), address_with_type.GetAddress(), in create_le_connection()
492 … address_with_type.GetAddressType(), address_with_type.GetAddress(), in create_le_connection()
534 ConnectListAddressType::PUBLIC, address_with_type.GetAddress()); in remove_device_from_connect_list()
539 ConnectListAddressType::RANDOM, address_with_type.GetAddress()); in remove_device_from_connect_list()
555 PeerAddressType::PUBLIC_DEVICE_OR_IDENTITY_ADDRESS, address_with_type.GetAddress()); in remove_device_from_resolving_list()
560 PeerAddressType::RANDOM_DEVICE_OR_IDENTITY_ADDRESS, address_with_type.GetAddress()); in remove_device_from_resolving_list()
667 if (it->second.remote_address_.GetAddress() == address) { in HACK_get_handle()