[Windows] Crash when writing value to encrypted characteristic
My device requires pairing for writing values. Without pairing trying to write a value causes the device to disconnect and the library to crash. Apparently this can be auto detected as Bluetooth LE Explorer shows

Could you find the logic that detect the logic?
I believe it's this part.
I am also facing the same issue in windows, the app just crashes without any logs and also write method doesn't launch pairing intent in android like nordic NRF Connect app does. Unable to pair in both windows and android. My device also requires pairing for writing values
I am also facing the same issue in windows, the app just crashes without any logs and also write method doesn't launch pairing intent in android like nordic NRF Connect app does. Unable to pair in both windows and android. My device also requires pairing for writing values
Pairing is under development: https://github.com/woodemi/quick.flutter/pull/33