Share via


BluetoothManager.Adapter Property

Definition

Get the BluetoothAdapter 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 BluetoothAdapter

Attributes

Remarks

Get the BluetoothAdapter for this device.

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