Język

BluetoothDevicePairingAlgorithm Enum

Definition

public enum BluetoothDevicePairingAlgorithm
type BluetoothDevicePairingAlgorithm = 
Inheritance
BluetoothDevicePairingAlgorithm

Fields

Name Value Description
LeLegacy 0

Indicates usage of the LE Legacy pairing algorithm. Refer to Bluetooth Core Spec v6.2, Vol 1, Part A, Section 5 for security requirements and procedure details.

Android reference for android.bluetooth.BluetoothDevice.PAIRING_ALGORITHM_LE_LEGACY.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

BredrLegacy 1

Indicates usage of the BR/EDR Legacy pairing algorithm. Refer to Bluetooth Core Spec v6.2, Vol 1, Part A, Section 5 for security requirements and procedure details.

Android reference for android.bluetooth.BluetoothDevice.PAIRING_ALGORITHM_BREDR_LEGACY.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

BredrSsp 2

Indicates usage of the BR/EDR Secure Simple Pairing (SSP) algorithm. Refer to Bluetooth Core Spec v6.2, Vol 1, Part A, Section 5 for security requirements and procedure details.

Android reference for android.bluetooth.BluetoothDevice.PAIRING_ALGORITHM_BREDR_SSP.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Sc 3

Indicates usage of the Secure Connections pairing algorithm, applicable to both BR/EDR and LE transports. Refer to Bluetooth Core Spec v6.2, Vol 1, Part A, Section 5 for security requirements and procedure details.

Android reference for android.bluetooth.BluetoothDevice.PAIRING_ALGORITHM_SC.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to