BluetoothAdapter.IsLeCodedPhySupported 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.
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.