BluetoothDevice


class BluetoothDevice


Represents a remote Bluetooth device. A BluetoothDevice lets you query information about it, such as the name and bond state of the device.

Summary

Public properties

Int

the bondState for this BluetoothDevice

UUID

the unique id for this BluetoothDevice

String?

the name for this BluetoothDevice

Public properties

bondState

Added in 1.0.0-alpha02
val bondStateInt

the bondState for this BluetoothDevice

id

Added in 1.0.0-alpha02
val idUUID

the unique id for this BluetoothDevice

name

Added in 1.0.0-alpha02
val nameString?

the name for this BluetoothDevice