diff --git a/core/ble/src/main/kotlin/org/meshtastic/core/ble/BleConnection.kt b/core/ble/src/main/kotlin/org/meshtastic/core/ble/BleConnection.kt index e31ef96ef..5472eb704 100644 --- a/core/ble/src/main/kotlin/org/meshtastic/core/ble/BleConnection.kt +++ b/core/ble/src/main/kotlin/org/meshtastic/core/ble/BleConnection.kt @@ -157,7 +157,7 @@ class BleConnection( @Suppress("TooGenericExceptionCaught") suspend fun profile( serviceUuid: Uuid, - timeout: kotlin.time.Duration = 10.seconds, + timeout: kotlin.time.Duration = 30.seconds, setup: suspend CoroutineScope.(no.nordicsemi.kotlin.ble.client.RemoteService) -> T, ): T { val p = peripheralFlow.first { it != null }!!