Hello Nordic team!
I'm working on a BLE app with the nRF52-DK and an armband(M6) that has a heart rate sensor. My goal is to discover this service and read those values from the nRF52 as a central.
So far I'm able to connect to the armband, and using the ble_app_hrs_c example, I'm able to read the battery service, but not the heart rate service.

I understand that the armband is advertising the heart rate service in a custom fashion and that I must use the Discovery Service module.
I'm a beginner on BLE, so it's being hard to develop the code to find the custom service. I have checked several examples and documentation about the nRF SDK 17, but I haven't been able to understand how to develop the code for the Discovery Service module, nor I have found a clear example of this.
I would appreciate it if someone can guide me on this, thanks in advance :)