diff --git a/core/src/androidMain/kotlin/com/beepiz/bluetooth/gattcoroutines/GattConnectionImpl.kt b/core/src/androidMain/kotlin/com/beepiz/bluetooth/gattcoroutines/GattConnectionImpl.kt index 3738884..0108052 100644 --- a/core/src/androidMain/kotlin/com/beepiz/bluetooth/gattcoroutines/GattConnectionImpl.kt +++ b/core/src/androidMain/kotlin/com/beepiz/bluetooth/gattcoroutines/GattConnectionImpl.kt @@ -59,7 +59,7 @@ internal class GattConnectionImpl( private val readChannel = Channel>() private val writeChannel = Channel>() private val reliableWriteChannel = Channel>() - private val characteristicChangedChannel = BroadcastChannel(1) + private val characteristicChangedChannel = BroadcastChannel(BroadcastChannel.BUFFERED) private val readDescChannel = Channel>() private val writeDescChannel = Channel>() private val mtuChannel = Channel>()