Langue

BluetoothDevice.PairingAlgorithmBredrSsp 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 SSP (BR/EDR Secure Simple Pairing).

[Android.Runtime.Register("PAIRING_ALGORITHM_BREDR_SSP", 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 PairingAlgorithmBredrSsp = 2;
[<Android.Runtime.Register("PAIRING_ALGORITHM_BREDR_SSP", 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 PairingAlgorithmBredrSsp : Android.Bluetooth.BluetoothDevicePairingAlgorithm

Valeur de champ

Value = 2

Implémente

Attributs

Remarques

Indique l’utilisation de l’algorithme SSP (BR/EDR Secure Simple Pairing). 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_BREDR_SSP.

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 à