Sprache

BluetoothDevice.PairingAlgorithmSc 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 Kopplungsalgorithmus für sichere Verbindungen an, die sowohl für BR/EDR- als auch FÜR LE-Transporte anwendbar sind.

[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

Feldwert

Value = 3

Implementiert

Attribute

Hinweise

Gibt die Verwendung des Kopplungsalgorithmus für sichere Verbindungen an, die sowohl für BR/EDR- als auch FÜR LE-Transporte anwendbar sind. 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_SC.

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: