blob: 89f0497af2491bfca77c455ad1dd642245d96b28 [file] [log] [blame]
// Copyright 2019 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
syntax = "proto3";
package prototype;
option go_package = "go.chromium.org/chromiumos/infra/proto/go/prototype";
message BluetoothConfig {
bool enable_suspend_management = 1;
}