blob: e4c47e1fbc27765481e02d3a631bcf50a0392c0d [file] [log] [blame]
// Copyright 2017 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chromeos/ash/components/network/tether_constants.h"
namespace ash {
const char kTypeTether[] = "wifi-tether";
const char kTetherBatteryPercentage[] = "Tether.BatteryPercentage";
const char kTetherCarrier[] = "Tether.Carrier";
const char kTetherHasConnectedToHost[] = "Tether.HasConnectedToHost";
const char kTetherSignalStrength[] = "Tether.SignalStrength";
const char kTetherDevicePath[] = "tether-device-path";
const char kTetherDeviceName[] = "tether-name";
} // namespace ash