Table of Contents

Class BluetoothLEScanOptions

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
[ToObject]
public class BluetoothLEScanOptions
Inheritance
BluetoothLEScanOptions
Inherited Members

Constructors

BluetoothLEScanOptions()

public BluetoothLEScanOptions()

Fields

AcceptAllAdvertisements

[Value("acceptAllAdvertisements")]
public bool AcceptAllAdvertisements

Field Value

bool

Filters

[Value("filters")]
public List<BluetoothLEScanFilterInit> Filters

Field Value

List<BluetoothLEScanFilterInit>

KeepRepeatedDevices

[Value("keepRepeatedDevices")]
public bool KeepRepeatedDevices

Field Value

bool