fix some debug settings (#383)

This commit is contained in:
callebtc
2025-09-06 14:45:48 +02:00
committed by GitHub
parent a804782476
commit b131554efe
2 changed files with 48 additions and 17 deletions
@@ -277,7 +277,6 @@ class BluetoothConnectionTracker(
fun cleanupDeviceConnection(deviceAddress: String) {
connectedDevices.remove(deviceAddress)?.let { deviceConn ->
subscribedDevices.removeAll { it.address == deviceAddress }
addressPeerMap.remove(deviceAddress)
}
pendingConnections.remove(deviceAddress)
Log.d(TAG, "Cleaned up device connection for $deviceAddress")