Langue

BluetoothDevice.PairingAlgorithmLeLegacy Champ

Définition

Attention

This constant will be removed in the future version. Use Android.Bluetooth.BluetoothDevicePairingAlgorithm enum directly instead of this field.

Indique l’utilisation de l’algorithme de jumelage LE Legacy.

[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

Valeur de champ

Value = 0

Implémente

Attributs

Remarques

Indique l’utilisation de l’algorithme de jumelage LE Legacy. Reportez-vous à Bluetooth Core Spec v6.2, Vol 1, Partie A, Section 5 pour connaître les exigences de sécurité et les détails de procédure.

Référence Android pour android.bluetooth.BluetoothDevice.PAIRING_ALGORITHM_LE_LEGACY.

Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à