BluetoothManager.Adapter Property

Definition

Get the BLUETOOTH Adapter for this device.

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

Property Value

the BLUETOOTH Adapter

Attributes

Remarks

Java documentation for android.bluetooth.BluetoothManager.getAdapter().

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