Hi,
How do I-
1. Start a timer when sending data from nrf to host (PC) in form of input report.
2. When the application running on host machine receives this data, send some data to nrf in the form of output report.
3. When nrf received this data, stop the timer.
How do I implement such a timer for a loopback test? How do I connect it with ble_hids_outp_rep_get() and ble_hids_inp_rep_send()?