다음을 통해 공유


ScanResult.SecondaryPhy Property

Definition

Returns the secondary Physical Layer on which this advertisement was received.

public Android.Bluetooth.LE.ScanSettingsPhy SecondaryPhy { [Android.Runtime.Register("getSecondaryPhy", "()I", "", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getSecondaryPhy", "()I", "", ApiSince=26)>]
member this.SecondaryPhy : Android.Bluetooth.LE.ScanSettingsPhy

Property Value

Attributes

Remarks

Returns the secondary Physical Layer on which this advertisement was received. Can be one of BluetoothDevice#PHY_LE_1M, BluetoothDevice#PHY_LE_2M, BluetoothDevice#PHY_LE_CODED or ScanResult#PHY_UNUSED - if the advertisement was not received on a secondary physical channel.

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

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