#include "device/bluetooth/bluez/bluetooth_service_attribute_value_bluez.h"
#include <optional>
#include <utility>
#include "base/check_op.h"
#include "base/memory/ptr_util.h"
#include "base/values.h"
namespace bluez {
BluetoothServiceAttributeValueBlueZ::BluetoothServiceAttributeValueBlueZ()
: … { … }
BluetoothServiceAttributeValueBlueZ::BluetoothServiceAttributeValueBlueZ(
Type type,
size_t size,
std::optional<base::Value> value)
: … { … }
BluetoothServiceAttributeValueBlueZ::BluetoothServiceAttributeValueBlueZ(
std::unique_ptr<Sequence> sequence)
: … { … }
BluetoothServiceAttributeValueBlueZ::BluetoothServiceAttributeValueBlueZ(
const BluetoothServiceAttributeValueBlueZ& attribute) { … }
BluetoothServiceAttributeValueBlueZ& BluetoothServiceAttributeValueBlueZ::
operator=(const BluetoothServiceAttributeValueBlueZ& attribute) { … }
BluetoothServiceAttributeValueBlueZ::~BluetoothServiceAttributeValueBlueZ() =
default;
}