I want to scan nearby ble devices and connect to one. Read services and characteristics and write characteristic.
I had used Plugin.BLE
https://github.com/xabre/xamarin-bluetooth-le
but it crashes most of the time and exceptions cant be handled. It crashes when tried to read characteristic.
Is there any other good plugin available for Xamarin.android and Xamarin.iOS ?
Thanks in advance