Android.Bluetooth.BluetoothDevice.CreateBond Method
Start the bonding (pairing) process with the remote device.

Syntax

[Android.Runtime.Register("createBond", "()Z", "")]
public bool CreateBond ()

Returns

Documentation for this section has not yet been entered.

Remarks

Start the bonding (pairing) process with the remote device.

This is an asynchronous call, it will return immediately. Register for BluetoothDevice.ActionBondStateChanged intents to be notified when the bonding process completes, and its result.

Android system services will handle the necessary user interactions to confirm and complete the bonding process.

Requires NoType:android/Manifest$permission;Href=../../../reference/android/Manifest.permission.html#BLUETOOTH_ADMIN.

[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