EncryptionStatus


public final class EncryptionStatus
extends Object

java.lang.Object
   ↳ android.bluetooth.EncryptionStatus


Represents the encryption status of a Bluetooth device.

This class is used to hold the encryption status details like key size and algorithm of a Bluetooth device.

Summary

Public constructors

EncryptionStatus(int keySize, int algorithm)

Public methods

int getAlgorithm()
int getKeySize()
String toString()

Returns a string representation of the object.

Inherited methods