Hello,
I am really confused on how to get a custom BLE service up and running. I have read through nAN-36, and compared the suggestions in that document to the HRS example provided. It seems like the code in nAN-36 is missing a lot of the code provided in the HRS example as far as initialization of advdata and m_adv_params. Do you have an example that provides a more detailed set of code that outlines how to make a custom BLE service?
I just need to create a service that sends 3 characteristics (all uint32_t).
Lucas