BluetoothDevice.ExtraKeySize 字段

定义

用作意向中的 #ACTION_ENCRYPTION_CHANGE int extra 字段作为加密密钥的大小(以字节数为单位)。

[Android.Runtime.Register("EXTRA_KEY_SIZE", ApiSince=36)]
public const string ExtraKeySize;
[<Android.Runtime.Register("EXTRA_KEY_SIZE", ApiSince=36)>]
val mutable ExtraKeySize : string

字段值

实现

属性

注解

用作意向中的 #ACTION_ENCRYPTION_CHANGE int extra 字段作为加密密钥的大小(以字节数为单位)。 即值 16 表示 16 字节或 128 位密钥大小。

Java文档android.bluetooth.BluetoothDevice.EXTRA_KEY_SIZE

本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。

适用于