diff --git a/app/src/main/java/com/bitchat/android/mesh/BluetoothGattServerManager.kt b/app/src/main/java/com/bitchat/android/mesh/BluetoothGattServerManager.kt index d70f2353..7201465a 100644 --- a/app/src/main/java/com/bitchat/android/mesh/BluetoothGattServerManager.kt +++ b/app/src/main/java/com/bitchat/android/mesh/BluetoothGattServerManager.kt @@ -69,7 +69,7 @@ class BluetoothGattServerManager( isActive = true connectionScope.launch { - // setupGattServer() + setupGattServer() delay(300) // Brief delay to ensure GATT server is ready startAdvertising() }