BluetoothAdapter.DefaultAdapter Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.