Android.Bluetooth.BluetoothAdapter.DefaultAdapter Property
Get a handle to the default local Bluetooth adapter.

Syntax

[get: Android.Runtime.Register("getDefaultAdapter", "()Landroid/bluetooth/BluetoothAdapter;", "GetGetDefaultAdapterHandler")]
public static BluetoothAdapter DefaultAdapter { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Get a handle to the default local Bluetooth adapter.

Currently Android only supports one Bluetooth adapter, but the API could be extended to support more. This will always return the default adapter.

[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