Android.Bluetooth.BluetoothDevice.ExtraPreviousBondState Field
Used as an int extra field in BluetoothDevice.ActionBondStateChanged intents.

Syntax

[Android.Runtime.Register("EXTRA_PREVIOUS_BOND_STATE")]
public const string ExtraPreviousBondState

Remarks

Used as an int extra field in BluetoothDevice.ActionBondStateChanged intents. Contains the previous bond state of the remote device.

Possible values are: BluetoothDevice.BOND_NONE, BluetoothDevice.BOND_BONDING, BluetoothDevice.BOND_BONDED.

[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