BluetoothDeviceInformation

fun BluetoothDeviceInformation(    name: String?,     majorDeviceClass: BluetoothDeviceInformation.BluetoothDeviceMajorClass,     majorServiceClasses: Set<BluetoothDeviceInformation.BluetoothDeviceMajorServiceClass>,     status: BluetoothConnectivityStatus)

Parameters

name

The name of the remote Bluetooth device, null indicates that the name is unknown.

majorDeviceClass

Describes general characteristics and capabilities of the remote Bluetooth device. For example, it will specify the device type such as a phone, computer, or headset.

majorServiceClasses

Describes general services of the remote Bluetooth device.

status

The connectivity status of the remote Bluetooth device.