// Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "services/device/public/cpp/serial/serial_switches.h"

namespace switches {

// Enable serial communication for SPP devices.
const char kEnableBluetoothSerialPortProfileInSerialApi[] =
    "enable-bluetooth-spp-in-serial-api";

}  // namespace switches