#ifndef DEVICE_BLUETOOTH_FLOSS_BLUETOOTH_GATT_SERVICE_FLOSS_H_
#define DEVICE_BLUETOOTH_FLOSS_BLUETOOTH_GATT_SERVICE_FLOSS_H_
#include <map>
#include "device/bluetooth/bluetooth_gatt_service.h"
#include "device/bluetooth/floss/floss_gatt_manager_client.h"
namespace floss {
const base::TimeDelta kResponseTimeout = …;
struct GattRequest { … };
class BluetoothAdapterFloss;
class DEVICE_BLUETOOTH_EXPORT BluetoothGattServiceFloss
: public device::BluetoothGattService,
public FlossGattClientObserver,
public FlossGattServerObserver { … };
}
#endif