Sprache

BluetoothDevice.PairingAlgorithmBredrSsp Feld

Definition

Achtung

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

Gibt die Verwendung des BR/EDR Secure Simple Pairing (SSP)-Algorithmus an.

[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

Feldwert

Value = 2

Implementiert

Attribute

Hinweise

Gibt die Verwendung des BR/EDR Secure Simple Pairing (SSP)-Algorithmus 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_BREDR_SSP.

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.

Gilt für: