Hello,
I am currently developing an Android library to connect a smartphone with a peripheral device that serves several bluetooth services. BAS, DIS and 2 other private services.
For this development, I use the Android-BLE-Library 2.2.4 from Nordic and more precisely its "LiveData" declination.
Referring to the "nRF-Blinky" example, I think I understood that only one BleManager object is needed to properly manage the BLE connection and the access to services and features.
My question is the following: How do I get my BleManager implemented so that it can handle all the services available on the connected device?
Kind Regards
Patrice