Change HTS module

This commit is contained in:
Sylwester Zieliński
2022-02-11 15:36:58 +01:00
parent 771717224e
commit 382208454f
14 changed files with 213 additions and 162 deletions

View File

@@ -120,6 +120,7 @@ internal class HRSManager(
override fun onServicesInvalidated() {
bodySensorLocationCharacteristic = null
heartRateCharacteristic = null
batteryLevelCharacteristic = null
}
}
}