blob: e7489501ab5a680453e067e8badef83ad262edb2 [file] [log] [blame]
// Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef BluetoothRemoteGATTUtils_h
#define BluetoothRemoteGATTUtils_h
#include "core/typed_arrays/DOMDataView.h"
#include "platform/wtf/Vector.h"
namespace blink {
class BluetoothRemoteGATTUtils final {
public:
static DOMDataView* ConvertWTFVectorToDataView(const WTF::Vector<uint8_t>&);
};
} // namespace blink
#endif // BluetoothRemoteGATTUtils_h