chromium/third_party/blink/renderer/modules/bluetooth/bluetooth_service_data_map.cc

// Copyright 2018 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "third_party/blink/renderer/modules/bluetooth/bluetooth_service_data_map.h"

#include "third_party/blink/renderer/core/typed_arrays/dom_data_view.h"
#include "third_party/blink/renderer/modules/bluetooth/bluetooth_remote_gatt_utils.h"

namespace blink {

class BluetoothServiceDataMapIterationSource final
    : public PairSyncIterable<BluetoothServiceDataMap>::IterationSource {};

BluetoothServiceDataMap::BluetoothServiceDataMap(
    const BluetoothServiceDataMap::MapType& map)
    :{}

BluetoothServiceDataMap::~BluetoothServiceDataMap() {}

PairSyncIterable<BluetoothServiceDataMap>::IterationSource*
BluetoothServiceDataMap::CreateIterationSource(ScriptState*, ExceptionState&) {}

bool BluetoothServiceDataMap::GetMapEntry(ScriptState*,
                                          const String& key,
                                          NotShared<DOMDataView>& value,
                                          ExceptionState&) {}

}  // namespace blink