chromium/device/bluetooth/bluez/bluetooth_gatt_service_bluez.cc

// Copyright 2016 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "device/bluetooth/bluez/bluetooth_gatt_service_bluez.h"

#include "base/check.h"
#include "device/bluetooth/bluetooth_gatt_service.h"
#include "device/bluetooth/bluez/bluetooth_adapter_bluez.h"
#include "third_party/cros_system_api/dbus/service_constants.h"

namespace bluez {

BluetoothGattServiceBlueZ::BluetoothGattServiceBlueZ(
    BluetoothAdapterBlueZ* adapter,
    dbus::ObjectPath object_path)
    :{}

BluetoothGattServiceBlueZ::~BluetoothGattServiceBlueZ() = default;

std::string BluetoothGattServiceBlueZ::GetIdentifier() const {}

// static
device::BluetoothGattService::GattErrorCode
BluetoothGattServiceBlueZ::DBusErrorToServiceError(std::string error_name) {}

BluetoothAdapterBlueZ* BluetoothGattServiceBlueZ::GetAdapter() const {}

}  // namespace bluez