resetSettings

abstract suspend fun resetSettings(deviceId: String): Boolean

Resets the scanner settings to their default values.

Return

true if the settings were successfully reset, false otherwise.

Parameters

deviceId

The unique identifier of the BLE device to reset settings for.

Throws

if resetting the settings fails or an error occurs.