Type

sealed class Type

The type of a BluetoothPermission

Inheritors

Types

Link copied to clipboard
data class Client(val useForLocation: Boolean = false) : BluetoothPermission.Type

A BluetoothPermission that allows client side communication with the Bluetooth sensor, such as scanning, reading, writing etc.

Link copied to clipboard

A BluetoothPermission that allows the server side communication with the Bluetooth sensor.

Properties

Link copied to clipboard
abstract val name: String