Dear Nordic,
I am trying to setup a custom BLE client service to interact with the Komoot app (Turn by turn navigation).
I can connect to the phone, and receive notifications (after CCCD request).
However, I am supposed to provide my read requests with a unique identifier (present in the previous notification) so that the phone app
can switch to the next turn indication.
I have absolutely no clue how and where to do that...
Here their github where they describe the protocol:
https://github.com/komoot/BLEConnect/tree/master
Could you please provide some guidance ?
Many thanks !