Connecting

sealed interface Connecting : CmConnectionState

Encapsulates states representing the process of connecting to a module. No operations on the module are allowed when the module is in connecting state.

Inheritors

Types

Link copied to clipboard

Indicates that the connection attempt is hindered due to Bluetooth being disabled on the device.

Link copied to clipboard

Indicates that a firmware update is in progress as part of the connection setup.

Link copied to clipboard

Denotes the handshaking phase of the connection process, where communication parameters are being established between the device and the module.

Link copied to clipboard

Represents the state where the system is actively searching for the specified module.

Properties

Link copied to clipboard
abstract val module: CmModule

The module involved in the connection process.