blob: 097e4e0de28a8bc9f80fbacee0173a75353e4f3e [file] [log] [blame]
// Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chromeos/services/secure_channel/error_tolerant_ble_advertisement.h"
namespace chromeos {
namespace secure_channel {
ErrorTolerantBleAdvertisement::ErrorTolerantBleAdvertisement(
const DeviceIdPair& device_id_pair)
: device_id_pair_(device_id_pair) {}
ErrorTolerantBleAdvertisement::~ErrorTolerantBleAdvertisement() = default;
} // namespace secure_channel
} // namespace chromeos