mirror of
https://github.com/aljazceru/Android-nRF-Toolbox.git
synced 2026-01-13 03:34:30 +01:00
Fix log tag
This commit is contained in:
@@ -92,7 +92,7 @@ internal class HRSService : NotificationService() {
|
||||
}
|
||||
|
||||
private fun startGattClient(device: ServerDevice) = lifecycleScope.launch {
|
||||
val logger = NordicBlekLogger(this@HRSService, stringConst.APP_NAME, "CSC", device.address)
|
||||
val logger = NordicBlekLogger(this@HRSService, stringConst.APP_NAME, "HRS", device.address)
|
||||
|
||||
client = device.connect(this@HRSService, logger = logger)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user