mirror of
https://github.com/aljazceru/Android-nRF-Toolbox.git
synced 2025-12-22 08:54:21 +01:00
Change logging for nRF Toolbox
This commit is contained in:
@@ -35,7 +35,7 @@ class HRSRepository @Inject constructor(
|
||||
}
|
||||
|
||||
fun start(device: BluetoothDevice, scope: CoroutineScope) {
|
||||
val manager = HRSManager(context, scope, ToolboxLogger(context, "HRS"))
|
||||
val manager = HRSManager(context, scope, ToolboxLogger(context, "HRS", device.address))
|
||||
this.manager = manager
|
||||
|
||||
manager.dataHolder.status.onEach {
|
||||
|
||||
Reference in New Issue
Block a user