BluetoothLEAdvertisementReceivedEventArgs.IsScannable Property

Definition

Indicates whether the received advertisement is scannable.

public:
 property bool IsScannable { bool get(); };
bool IsScannable();
public bool IsScannable { get; }
var boolean = bluetoothLEAdvertisementReceivedEventArgs.isScannable;
Public ReadOnly Property IsScannable As Boolean

Property Value

Boolean

bool

Indicates whether the advertisement is scannable. Returns True if it is, otherwise, returns False.

Windows requirements

Device family
Windows 10, version 2004 (introduced in 10.0.19041.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v10.0)

Remarks

This property is intended to be used on extended advertisements, which are not necessarily scannable.

Applies to