refactor: Move AAP auto-connect from MonitorService to DeviceMonitor scope

AAP connections now run in appScope via AapLifecycleManager, independent of MonitorMode. Fixes AAP not connecting when monitor mode is MANUAL.

Also fixes reconnect cleanup on flow cancellation (try/finally).
This commit is contained in:
darken
2026-04-03 13:27:52 +02:00
committed by Matthias Urhahn
parent adfedc1cce
commit fea1092a95
5 changed files with 103 additions and 68 deletions
@@ -1,4 +1,4 @@
package eu.darken.capod.reaction.core.aap
package eu.darken.capod.monitor.core.aap
import eu.darken.capod.common.bluetooth.BluetoothDevice2
import eu.darken.capod.common.bluetooth.BluetoothManager2