BluetoothDevice.PairingAlgorithmSc 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 connexions sécurisées, applicable aux transports BR/EDR et LE.
[Android.Runtime.Register("PAIRING_ALGORITHM_SC", 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 PairingAlgorithmSc = 3;
[<Android.Runtime.Register("PAIRING_ALGORITHM_SC", 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 PairingAlgorithmSc : Android.Bluetooth.BluetoothDevicePairingAlgorithm
Valeur de champ
Value = 3Implémente
- Attributs
Remarques
Indique l’utilisation de l’algorithme de jumelage connexions sécurisées, applicable aux transports BR/EDR et LE. 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_SC.
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.