scan duration fix (#557)

This commit is contained in:
callebtc
2026-01-05 16:41:41 +07:00
committed by GitHub
parent 171483a1da
commit eef831fe60
7 changed files with 47 additions and 27 deletions
@@ -247,13 +247,6 @@ class BluetoothConnectionManager(
return active
}
/**
* Set app background state for power optimization
*/
fun setAppBackgroundState(inBackground: Boolean) {
powerManager.setAppBackgroundState(inBackground)
}
/**
* Broadcast packet to connected devices with connection limit enforcement
* Automatically fragments large packets to fit within BLE MTU limits