#ifndef DEVICE_BLUETOOTH_FLOSS_BLUETOOTH_REMOTE_GATT_DESCRIPTOR_FLOSS_H_
#define DEVICE_BLUETOOTH_FLOSS_BLUETOOTH_REMOTE_GATT_DESCRIPTOR_FLOSS_H_
#include <memory>
#include <tuple>
#include "base/memory/raw_ptr.h"
#include "base/memory/weak_ptr.h"
#include "device/bluetooth/bluetooth_export.h"
#include "device/bluetooth/bluetooth_remote_gatt_characteristic.h"
#include "device/bluetooth/bluetooth_remote_gatt_descriptor.h"
#include "device/bluetooth/floss/floss_gatt_manager_client.h"
#include "device/bluetooth/public/cpp/bluetooth_uuid.h"
namespace floss {
class BluetoothRemoteGattCharacteristicFloss;
class BluetoothRemoteGattServiceFloss;
struct GattDescriptor;
class DEVICE_BLUETOOTH_EXPORT BluetoothRemoteGattDescriptorFloss
: public device::BluetoothRemoteGattDescriptor,
public FlossGattClientObserver { … };
}
#endif