WebIDLpedia

BluetoothLEScan interface

Definition

Web Bluetooth Scanning defines BluetoothLEScan



[Exposed=Window, SecureContext]
interface BluetoothLEScan {
  readonly attribute FrozenArray<BluetoothLEScanFilter> filters;
  readonly attribute boolean keepRepeatedDevices;
  readonly attribute boolean acceptAllAdvertisements;

  readonly attribute boolean active;

  undefined stop();
};

Methods and attributes that return objects implementing BluetoothLEScan

Referring IDL interfaces/dictionaries