How to implement characteristic descriptors using nRF Connect SDK

I have implemented a custom service with a collection of characteristics. Some of the characteristics require configuration information (sample interval, sample duration, etc.). It seems that a characteristic descriptor would be the correct way to implement setting the configuration information. However, I have not found an example that shows how to do this. Can you provide guidance?

Related