set Time Synchronization Period
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
update Progress
Progress of the operation