Share via


BluetoothDevice.ActionEncryptionChange Field

Definition

Broadcast Action: Indicates that encryption state changed

[Android.Runtime.Register("ACTION_ENCRYPTION_CHANGE", ApiSince=36)]
[Android.Runtime.RequiresPermission("android.permission.BLUETOOTH_CONNECT")]
public const string ActionEncryptionChange;
[<Android.Runtime.Register("ACTION_ENCRYPTION_CHANGE", ApiSince=36)>]
[<Android.Runtime.RequiresPermission("android.permission.BLUETOOTH_CONNECT")>]
val mutable ActionEncryptionChange : string

Field Value

Implements

Attributes

Remarks

Broadcast Action: Indicates that encryption state changed

Always contains the extra field #EXTRA_DEVICE

Always contains the extra field #EXTRA_TRANSPORT

Always contains the extra field #EXTRA_ENCRYPTION_STATUS

Always contains the extra field #EXTRA_ENCRYPTION_ENABLED

Always contains the extra field #EXTRA_KEY_SIZE

Always contains the extra field #EXTRA_ENCRYPTION_ALGORITHM

Java documentation for android.bluetooth.BluetoothDevice.ACTION_ENCRYPTION_CHANGE.

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