#ifndef DEVICE_BLUETOOTH_PUBLIC_MOJOM_EMULATION_FAKE_BLUETOOTH_MOJOM_FORWARD_H_
#define DEVICE_BLUETOOTH_PUBLIC_MOJOM_EMULATION_FAKE_BLUETOOTH_MOJOM_FORWARD_H_
#include <stdint.h>
#include "mojo/public/cpp/bindings/struct_forward.h"
#include "mojo/public/cpp/bindings/deprecated_interface_types_forward.h"
#include "mojo/public/interfaces/bindings/native_struct.mojom-forward.h"
namespace bluetooth::mojom {
class AppearanceDataView;
class PowerDataView;
class ServiceDataMapDataView;
class ScanRecordDataView;
class ScanResultDataView;
class CharacteristicPropertiesDataView;
enum class CentralState : int32_t;
enum class WriteType : int32_t;
constexpr uint16_t kHCISuccess = …;
constexpr uint16_t kHCIConnectionTimeout = …;
constexpr uint16_t kGATTSuccess = …;
constexpr uint16_t kGATTInvalidHandle = …;
class Appearance;
AppearancePtr;
class Power;
PowerPtr;
class ServiceDataMap;
ServiceDataMapPtr;
class ScanRecord;
ScanRecordPtr;
class ScanResult;
ScanResultPtr;
class CharacteristicProperties;
CharacteristicPropertiesPtr;
class FakeBluetooth;
class FakeCentral;
}
#endif