BootReconnectDecision

What a boot / package-replaced broadcast should do about the previously selected device.

Entries

Link copied to clipboard

Bring the mesh service up and reconnect.

Link copied to clipboard

Nothing was ever selected, so there is nothing to reconnect to.

Link copied to clipboard

A BLE device is selected but the Bluetooth permission is gone — revoked in system settings, or never granted before the app was last closed. Starting the service would produce an endless, invisible retry loop.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
expect val name: String
Link copied to clipboard
expect val ordinal: Int

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.