#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 { … }
device::BluetoothGattService::GattErrorCode
BluetoothGattServiceBlueZ::DBusErrorToServiceError(std::string error_name) { … }
BluetoothAdapterBlueZ* BluetoothGattServiceBlueZ::GetAdapter() const { … }
}