power saving

This commit is contained in:
callebtc
2025-07-09 15:47:54 +02:00
parent d3e258b442
commit dd8aa083b9
5 changed files with 675 additions and 351 deletions
@@ -44,7 +44,7 @@ class BluetoothMeshService(private val context: Context) {
private val securityManager = SecurityManager(encryptionService, myPeerID)
private val storeForwardManager = StoreForwardManager()
private val messageHandler = MessageHandler(myPeerID)
private val connectionManager = BluetoothConnectionManager(context, myPeerID)
internal val connectionManager = BluetoothConnectionManager(context, myPeerID) // Made internal for access
private val packetProcessor = PacketProcessor(myPeerID)
// Delegate for message callbacks (maintains same interface)