ScanFailedError

Reason for failed scan.

Entries

Link copied to clipboard

Helper value representing an unknown error.

Link copied to clipboard

Fails to start scan as BLE scan with the same settings is already started by the app.

Fails to start scan as app cannot be registered.

Link copied to clipboard

Fails to start power optimized scan as this feature is not supported.

Link copied to clipboard

Fails to start scan due an internal error.

Link copied to clipboard

Fails to start scan as it is out of hardware resources.

Link copied to clipboard

Fails to start scan as application tries to scan too frequently.

Types

Link copied to clipboard
object Companion

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
Link copied to clipboard
Link copied to clipboard
val value: Int

Native Android API value.

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.