android compiles

This commit is contained in:
callebtc
2025-07-14 23:31:40 +02:00
parent 8852681c0a
commit 618bff972d
12 changed files with 470 additions and 15 deletions
@@ -107,19 +107,19 @@ class BluetoothConnectionManager(
// Start power manager
powerManager.start()
// Start server manager
if (!serverManager.start()) {
Log.e(TAG, "Failed to start server manager")
this@BluetoothConnectionManager.isActive = false
return@launch
}
// // Start server manager
// if (!serverManager.start()) {
// Log.e(TAG, "Failed to start server manager")
// this@BluetoothConnectionManager.isActive = false
// return@launch
// }
// Start client manager
if (!clientManager.start()) {
Log.e(TAG, "Failed to start client manager")
this@BluetoothConnectionManager.isActive = false
return@launch
}
// // Start client manager
// if (!clientManager.start()) {
// Log.e(TAG, "Failed to start client manager")
// this@BluetoothConnectionManager.isActive = false
// return@launch
// }
Log.i(TAG, "Bluetooth services started successfully")
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.