See Also: BluetoothManager Members
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.
For more information about using BLUETOOTH, read the Bluetooth developer guide.