Manager

interface Manager : Closeable

A base interface for a manager.

Types

Link copied to clipboard

The possible states of a Bluetooth manager.

Properties

Link copied to clipboard
abstract val state: StateFlow<Manager.State>

A flow with the current state of the manager.

Functions

Link copied to clipboard
abstract override fun close()