Hi, I am trying to read the Characteristics associated with a Service using BLE2 v1.35 library.
When the BleManager2 connects, I get 3 Services (UUIDs) in a list.
When I "SetNotify", I get data from the first Service and its associated Characteristic, but not from the other services.
I am using manager.WriteData() to write to the Characteristic in the second Service. But I don't know the UUID of the Characteristic associated with the second Service.
Based on my search of forum: In the older library (BLE_Exteneded) apparently the Services were returned as a Map and one could iterate through the Map and find the Characteristics associated with each Service using "GetCharacteristics"
Is there a way to read the Characteristics associated with all the Services in the list, using BLE2?
Thanks, Darryl