chromium/third_party/blink/renderer/modules/bluetooth/bluetooth_advertising_event.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_advertising_event.h"

#include "third_party/blink/renderer/core/event_type_names.h"
#include "third_party/blink/renderer/modules/bluetooth/bluetooth_device.h"
#include "third_party/blink/renderer/modules/bluetooth/bluetooth_manufacturer_data_map.h"
#include "third_party/blink/renderer/modules/bluetooth/bluetooth_service_data_map.h"

namespace blink {

BluetoothAdvertisingEvent::BluetoothAdvertisingEvent(
    const AtomicString& event_type,
    BluetoothDevice* device,
    mojom::blink::WebBluetoothAdvertisingEventPtr advertising_event)
    :{}  // namespace blink

BluetoothAdvertisingEvent::~BluetoothAdvertisingEvent() {}

void BluetoothAdvertisingEvent::Trace(Visitor* visitor) const {}

const AtomicString& BluetoothAdvertisingEvent::InterfaceName() const {}

BluetoothDevice* BluetoothAdvertisingEvent::device() const {}

const String& BluetoothAdvertisingEvent::name() const {}

const Vector<String>& BluetoothAdvertisingEvent::uuids() const {}

BluetoothManufacturerDataMap* BluetoothAdvertisingEvent::manufacturerData()
    const {}

BluetoothServiceDataMap* BluetoothAdvertisingEvent::serviceData() const {}

}  // namespace blink