Bluetooth State
data class BluetoothState(val hasPermissions: Boolean = false, val enabled: Boolean = false, val bondedDevices: List<Peripheral> = emptyList())(source)
A snapshot in time of the state of the bluetooth subsystem.
A snapshot in time of the state of the bluetooth subsystem.