#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)
: … { … }
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 { … }
}