blob: ad60e867c848753dfca4532efe85de7afc2a9a08 [file] [log] [blame]
// Copyright 2015 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 "components/proximity_auth/ble/pref_names.h"
namespace proximity_auth {
namespace prefs {
// The dictionary containing whitelisted BLE devices used by
// proximity_auth::BluetoothLowEnergyDeviceWhitelist.
const char kBluetoothLowEnergyDeviceWhitelist[] =
"proximity_auth_bluetooth_low_energy_device_whitelist";
} // namespace prefs
} // namespace proximity_auth