Language

DeviceHandle.BluetoothDevice Property

Definition

Returns the BluetoothDevice object of the device associated with this DeviceHandle.

public Android.Bluetooth.BluetoothDevice? BluetoothDevice { [Android.Runtime.Register("getBluetoothDevice", "()Landroid/bluetooth/BluetoothDevice;", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getBluetoothDevice", "()Landroid/bluetooth/BluetoothDevice;", "", ApiSince=37)>]
member this.BluetoothDevice : Android.Bluetooth.BluetoothDevice

Property Value

BluetoothDevice

Attributes

Remarks

Returns the BluetoothDevice object of the device associated with this DeviceHandle. This Bluetooth Device is used for BLE RSSI and Channel Sounding ranging.

Android reference for android.ranging.oob.DeviceHandle.getBluetoothDevice.

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