chromium/third_party/blink/renderer/modules/bluetooth/bluetooth_manufacturer_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_manufacturer_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 BluetoothManufacturerDataMapIterationSource final
    : public PairSyncIterable<BluetoothManufacturerDataMap>::IterationSource {};

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

BluetoothManufacturerDataMap::~BluetoothManufacturerDataMap() {}

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

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

}  // namespace blink