언어

BluetoothDeviceEncryptionAlgorithm 열거형

정의

public enum BluetoothDeviceEncryptionAlgorithm
type BluetoothDeviceEncryptionAlgorithm = 
상속
BluetoothDeviceEncryptionAlgorithm

필드

속성 값 Description
None 0

알고리즘을 사용하여 링크가 암호화되지 않음을 나타냅니다.

에 대한 android.bluetooth.BluetoothDevice.ENCRYPTION_ALGORITHM_NONEAndroid 참조

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

E0 1

E0 알고리즘을 사용하여 링크가 암호화되었음을 나타냅니다.

에 대한 android.bluetooth.BluetoothDevice.ENCRYPTION_ALGORITHM_E0Android 참조

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

Aes 2

AES 알고리즘을 사용하여 링크가 암호화되었음을 나타냅니다.

에 대한 android.bluetooth.BluetoothDevice.ENCRYPTION_ALGORITHM_AESAndroid 참조

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

Unknown 3

알 수 없는 알고리즘을 사용하여 링크가 암호화되었음을 나타냅니다.

에 대한 android.bluetooth.BluetoothDevice.ENCRYPTION_ALGORITHM_UNKNOWNAndroid 참조

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

적용 대상