Teaching myself the Nordic libraries and API for nRF51 - going smoothly.
Keil uV5 and Dongle and SDK 9.0.0
Wanted to send my own data in the characteristic for HRM service (S110 - BLE) but can't seem to find the source code that actually formats the data and sends to the softDevice. The only thing I can do from main.c is change MAX and MIN values before calling sensorsim_init(&m_heart_rate_sim_state, &m_heart_rate_sim_cfg);
In other words, what's the quickest way to send HRM-servie-compliant data bytes via S110?
Thanks.