// chrome/browser/ui/webui/bluetooth_internals/bluetooth_internals.mojom-shared-message-ids.h is auto generated by mojom_bindings_generator.py, do not edit

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

#ifndef CHROME_BROWSER_UI_WEBUI_BLUETOOTH_INTERNALS_BLUETOOTH_INTERNALS_MOJOM_SHARED_MESSAGE_IDS_H_
#define CHROME_BROWSER_UI_WEBUI_BLUETOOTH_INTERNALS_BLUETOOTH_INTERNALS_MOJOM_SHARED_MESSAGE_IDS_H_

#include <stdint.h>


namespace mojom {
namespace messages {


enum class DebugLogsChangeHandler : uint32_t {
  kChangeDebugLogsState = 0,
};
enum class BluetoothInternalsHandler : uint32_t {
  kGetAdapter = 0,
  kGetDebugLogsChangeHandler = 1,
  kCheckSystemPermissions = 2,
  kRequestSystemPermissions = 3,
  kRequestLocationServices = 4,
  kStartBtsnoop = 5,
  kIsBtsnoopFeatureEnabled = 6,
};
enum class BluetoothBtsnoop : uint32_t {
  kStop = 0,
};

}  // namespace messages

}  // mojom

#endif  // CHROME_BROWSER_UI_WEBUI_BLUETOOTH_INTERNALS_BLUETOOTH_INTERNALS_MOJOM_SHARED_MESSAGE_IDS_H_