We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dde21ed commit e3f5f41Copy full SHA for e3f5f41
BluetoothLeChat/app/src/main/java/com/example/bluetoothlechat/scan/DeviceScanViewModel.kt
@@ -82,7 +82,7 @@ class DeviceScanViewModel(app: Application) : AndroidViewModel(app) {
82
// Update the UI to indicate an active scan is starting
83
_viewState.value = ActiveScan
84
85
- // Stop scanning after the scan period
+ // Stop scanning after the scan period specified
86
CoroutineScope(Dispatchers.Main).launch {
87
delay(SCAN_PERIOD)
88
stopScanning()
0 commit comments