BluetoothAdapter.IsLeCodedPhySupported Property

Definition

Return true if LE Coded PHY feature is supported.

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

Property Value

true if chipset supports LE Coded PHY feature

Attributes

Remarks

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

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