BluetoothLEAdvertisementReceivedEventArgs.IsConnectable Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether the received advertisement is connectable.
public:
property bool IsConnectable { bool get(); };
bool IsConnectable();
public bool IsConnectable { get; }
var boolean = bluetoothLEAdvertisementReceivedEventArgs.isConnectable;
Public ReadOnly Property IsConnectable As Boolean
Property Value
Boolean
bool
Indicates whether the advertisement is connectable. 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 connectable.