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

Syntax

[Android.Runtime.Register("EXTRA_BOND_STATE")]
public const string ExtraBondState

Remarks

Used as an int extra field in BluetoothDevice.ActionBondStateChanged intents. Contains the 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