Android.Bluetooth.BluetoothManager Class
High level manager used to obtain an instance of an Android.Bluetooth.BluetoothAdapter and to conduct overall Bluetooth Management.

See Also: BluetoothManager Members

Syntax

[Android.Runtime.Register("android/bluetooth/BluetoothManager", DoNotGenerateAcw=true)]
public sealed class BluetoothManager : Java.Lang.Object

Remarks

High level manager used to obtain an instance of an Android.Bluetooth.BluetoothAdapter and to conduct overall Bluetooth Management.

Use Android.Content.Context.GetSystemService(string) with Android.Content.Context.BluetoothService to create an Android.Bluetooth.BluetoothManager, then call BluetoothManager.Adapter to obtain the Android.Bluetooth.BluetoothAdapter.

Alternately, you can just call the static helper BluetoothAdapter.DefaultAdapter.

Developer Guides

For more information about using BLUETOOTH, read the Bluetooth developer guide.

See Also

[Android Documentation]

Requirements

Namespace: Android.Bluetooth
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 18