BluetoothDevice.PairingAlgorithmLeLegacy Champ
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 = 0Implé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.