Share via


ScanResult.IsLegacy Property

Definition

Returns true if this object represents legacy scan result.

public bool IsLegacy { [Android.Runtime.Register("isLegacy", "()Z", "", ApiSince=26)] get; }
[<get: Android.Runtime.Register("isLegacy", "()Z", "", ApiSince=26)>]
member this.IsLegacy : bool

Property Value

Attributes

Remarks

Returns true if this object represents legacy scan result. Legacy scan results do not contain advanced advertising information as specified in the Bluetooth Core Specification v5.

Java documentation for android.bluetooth.le.ScanResult.isLegacy().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to