// 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. #ifndef DEVICE_BLUETOOTH_BLUEZ_BLUETOOTH_SERVICE_RECORD_BLUEZ_H_ #define DEVICE_BLUETOOTH_BLUEZ_BLUETOOTH_SERVICE_RECORD_BLUEZ_H_ #include <cstdint> #include <map> #include <vector> #include "device/bluetooth/bluetooth_export.h" #include "device/bluetooth/bluez/bluetooth_service_attribute_value_bluez.h" namespace bluez { class DEVICE_BLUETOOTH_EXPORT BluetoothServiceRecordBlueZ { … }; } // namespace bluez #endif // DEVICE_BLUETOOTH_BLUEZ_BLUETOOTH_SERVICE_RECORD_BLUEZ_H_