BluetoothAdapter.DefaultAdapter Property

Definition

Get a handle to the default local Bluetooth adapter.

public static Android.Bluetooth.BluetoothAdapter? DefaultAdapter { [Android.Runtime.Register("getDefaultAdapter", "()Landroid/bluetooth/BluetoothAdapter;", "")] get; }
[<get: Android.Runtime.Register("getDefaultAdapter", "()Landroid/bluetooth/BluetoothAdapter;", "")>]
static member DefaultAdapter : Android.Bluetooth.BluetoothAdapter

Property Value

the default local adapter, or null if Bluetooth is not supported on this hardware platform

Attributes

Remarks

Java documentation for android.bluetooth.BluetoothAdapter.getDefaultAdapter().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to