BluetoothDevice.PairingAlgorithmLeLegacy Feld
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Achtung
This constant will be removed in the future version. Use Android.Bluetooth.BluetoothDevicePairingAlgorithm enum directly instead of this field.
Gibt die Verwendung des LE Legacy-Kopplungsalgorithmus an.
[Android.Runtime.Register("PAIRING_ALGORITHM_LE_LEGACY", ApiSince=37)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Bluetooth.BluetoothDevicePairingAlgorithm enum directly instead of this field.", true)]
public const Android.Bluetooth.BluetoothDevicePairingAlgorithm PairingAlgorithmLeLegacy = 0;
[<Android.Runtime.Register("PAIRING_ALGORITHM_LE_LEGACY", ApiSince=37)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Bluetooth.BluetoothDevicePairingAlgorithm enum directly instead of this field.", true)>]
val mutable PairingAlgorithmLeLegacy : Android.Bluetooth.BluetoothDevicePairingAlgorithm
Feldwert
Value = 0Implementiert
- Attribute
Hinweise
Gibt die Verwendung des LE Legacy-Kopplungsalgorithmus an. Informationen zu Sicherheitsanforderungen und Verfahrensdetails finden Sie unter Bluetooth Core Spec v6.2, Vol 1, Teil A, Abschnitt 5.
Android-Referenz für android.bluetooth.BluetoothDevice.PAIRING_ALGORITHM_LE_LEGACY.
Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.