Hi I am developing a cross platform app using xamarin forms, I use iPhone to test my code so for now it is iOS version, I am successfully connect my device from my app. The question for now is I want to get the characteristic value from the device and display it on my app, but I have no idea about how to achieve this, because I have no experience with BLE. I googled a lot and see this link: https://github.com/xabre/xamarin-bluetooth-le#write-characteristic which just give me roughly idea and I am still confused.
Any one can help me with this? May be a clear step by step solution?