BluetoothDevice.ActionEncryptionChange Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.