#include "third_party/blink/renderer/modules/bluetooth/bluetooth_le_scan.h"
#include "mojo/public/cpp/bindings/receiver_set.h"
#include "third_party/blink/renderer/bindings/core/v8/v8_union_string_unsignedlong.h"
namespace blink {
BluetoothLEScan::BluetoothLEScan(
mojo::ReceiverId id,
Bluetooth* bluetooth,
mojom::blink::WebBluetoothRequestLEScanOptionsPtr options)
: … { … }
const HeapVector<Member<BluetoothLEScanFilterInit>>& BluetoothLEScan::filters()
const { … }
bool BluetoothLEScan::keepRepeatedDevices() const { … }
bool BluetoothLEScan::acceptAllAdvertisements() const { … }
bool BluetoothLEScan::active() const { … }
bool BluetoothLEScan::stop() { … }
void BluetoothLEScan::Trace(Visitor* visitor) const { … }
}