語言

BluetoothDevice.PairingAlgorithmBredrSsp 欄位

定義

警告

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

表示使用 BR/EDR 安全簡單配對(SSP)演算法。

[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

欄位值

Value = 2

實作

屬性

備註

表示使用 BR/EDR 安全簡單配對(SSP)演算法。 有關安全要求與程序細節,請參閱藍牙核心規範 v6.2,第 1 卷,A 部分,第 5 節。

Android 參考資料。android.bluetooth.BluetoothDevice.PAIRING_ALGORITHM_BREDR_SSP

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於