ScanResult.PrimaryPhy 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.
Returns the primary Physical Layer on which this advertisement was received.
public Android.Bluetooth.LE.ScanSettingsPhy PrimaryPhy { [Android.Runtime.Register("getPrimaryPhy", "()I", "", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getPrimaryPhy", "()I", "", ApiSince=26)>]
member this.PrimaryPhy : Android.Bluetooth.LE.ScanSettingsPhy
Property Value
- Attributes
Remarks
Returns the primary Physical Layer on which this advertisement was received. Can be one of BluetoothDevice#PHY_LE_1M
or BluetoothDevice#PHY_LE_CODED
.
Java documentation for android.bluetooth.le.ScanResult.getPrimaryPhy()
.
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.