Hello guys,
My app requires to connec to known Ble device at the start of the application, and keep the connection for a long periods of time even when the screen is locked.
Therefore I need to keep connection in the background task/service.
For now I ve been using https://github.com/xabre/xamarin-bluetooth-le for all the bluetooth interactions.
Have anybody implemented this plugin to work as background services or do you have any resources that could help me?