chromium/device/bluetooth/emulation/fake_read_response.cc

// Copyright 2017 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/emulation/fake_read_response.h"

namespace bluetooth {

FakeReadResponse::FakeReadResponse(
    uint16_t gatt_code,
    const std::optional<std::vector<uint8_t>>& value)
    :{}

FakeReadResponse::~FakeReadResponse() = default;

}  // namespace bluetooth