BluetoothAdapter.IsLe2MPhySupported Property

Definition

Return true if LE 2M PHY feature is supported.

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

Property Value

true if chipset supports LE 2M PHY feature

Attributes

Remarks

Java documentation for android.bluetooth.BluetoothAdapter.isLe2MPhySupported().

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