I am working on a client to collect data from a continuous glucose monitor. I see that the CGM Service has been part of the SDK for some time. But there is no matching client in the SDK.
The heart rate service (ble_hrs) has a matching heart rate service client (ble_hrs_c) as do a number of other medical/physiological/exercise services.
But not so for CGMS -- at least I have looked a lot and not found evidence of it. I assume it would be called "Continuous Glucose Monitoring Servce Client (ble_cgms_c)" to be consistent with all the other similar services and their clients.
I am assuming at this point I need to use the GATT Service Client to role my own client to receive the data -- is that correct?
thanks
--dwight