Android.Bluetooth.BluetoothDevice.ActionBondStateChanged Field
Broadcast Action: Indicates a change in the bond state of a remote device.

Syntax

[Android.Runtime.Register("ACTION_BOND_STATE_CHANGED")]
public const string ActionBondStateChanged

Remarks

Broadcast Action: Indicates a change in the bond state of a remote device. For example, if a device is bonded (paired).

Always contains the extra fields BluetoothDevice.ExtraDevice, BluetoothDevice.ExtraBondState and BluetoothDevice.ExtraPreviousBondState.

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