This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Declaring a service structure in your application

Hi,

I am trying to develop the ble_app_template project into a custom ble application.

Where is says

/* YOUR_JOB: Declare all services structure you application is using
   static ble_xx_service_t          m_xxxs;
   static ble_yy_service_t          m_yys;
*/

What am I supposed to do? Am I supposed to create data structs with members representing properties of the service? Is there an example somewhere?

Thanks

Related