// device/bluetooth/public/mojom/device.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 DEVICE_BLUETOOTH_PUBLIC_MOJOM_DEVICE_MOJOM_SHARED_MESSAGE_IDS_H_
#define DEVICE_BLUETOOTH_PUBLIC_MOJOM_DEVICE_MOJOM_SHARED_MESSAGE_IDS_H_

#include <stdint.h>


namespace bluetooth::mojom {
namespace messages {


enum class Device : uint32_t {
  kDisconnect = 0,
  kGetInfo = 1,
  kGetServices = 2,
  kGetCharacteristics = 3,
  kReadValueForCharacteristic = 4,
  kWriteValueForCharacteristic = 5,
  kGetDescriptors = 6,
  kReadValueForDescriptor = 7,
  kWriteValueForDescriptor = 8,
};

}  // namespace messages

}  // bluetooth::mojom

#endif  // DEVICE_BLUETOOTH_PUBLIC_MOJOM_DEVICE_MOJOM_SHARED_MESSAGE_IDS_H_