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

#include <stdint.h>


namespace bluetooth::mojom {
namespace messages {


enum class Advertisement : uint32_t {
  kUnregister = 0,
};
enum class DiscoverySession : uint32_t {
  kIsActive = 0,
  kStop = 1,
};
enum class Socket : uint32_t {
  kDisconnect = 0,
};
enum class ServerSocket : uint32_t {
  kAccept = 0,
  kDisconnect = 1,
};
enum class GattService : uint32_t {
  kCreateCharacteristic = 0,
  kRegister = 1,
};
enum class GattServiceObserver : uint32_t {
  kOnLocalCharacteristicRead = 0,
};
enum class Adapter : uint32_t {
  kConnectToDevice = 0,
  kGetDevices = 1,
  kGetInfo = 2,
  kAddObserver = 3,
  kRegisterAdvertisement = 4,
  kSetDiscoverable = 5,
  kSetName = 6,
  kStartDiscoverySession = 7,
  kConnectToServiceInsecurely = 8,
  kCreateRfcommServiceInsecurely = 9,
  kCreateLocalGattService = 10,
  kIsLeScatternetDualRoleSupported = 11,
};
enum class AdapterObserver : uint32_t {
  kPresentChanged = 0,
  kPoweredChanged = 1,
  kDiscoverableChanged = 2,
  kDiscoveringChanged = 3,
  kDeviceAdded = 4,
  kDeviceChanged = 5,
  kDeviceRemoved = 6,
};

}  // namespace messages

}  // bluetooth::mojom

#endif  // DEVICE_BLUETOOTH_PUBLIC_MOJOM_ADAPTER_MOJOM_SHARED_MESSAGE_IDS_H_