setTimeSynchronizationPeriod

abstract suspend fun setTimeSynchronizationPeriod(period: Int, updateProgress: suspend (progress: Progress) -> Unit = {})

Set time synchronization period in seconds. This determines how often sensor requests time synchronization from other devices over Bluetooth.

Parameters

period

Time synchronization period in seconds

updateProgress

Progress of the operation