Android.Bluetooth.BluetoothAdapter.ActionStateChanged Field
Broadcast Action: The state of the local Bluetooth adapter has been changed.

Syntax

[Android.Runtime.Register("ACTION_STATE_CHANGED")]
public const string ActionStateChanged

Remarks

Broadcast Action: The state of the local Bluetooth adapter has been changed.

For example, Bluetooth has been turned on or off.

Always contains the extra fields BluetoothAdapter.ExtraState and BluetoothAdapter.ExtraPreviousState containing the new and old states respectively.

Requires NoType:android/Manifest$permission;Href=../../../reference/android/Manifest.permission.html#BLUETOOTH to receive.

[Android Documentation]

Requirements

Namespace: Android.Bluetooth
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 5