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

Propagating events to the application; what does it mean?

I arrived at step 8 in this tutorial

github.com/.../custom_ble_service_example

Now I'm supposed to propagate events to the application, for example connection state change events and read and write events.

I now have two questions

  1. Am I currently propagating events to or from the soft device to toggle the LED?
  1. What does it mean to propagate events to the application? Which application is that?

From step 7

Step 7 - Propagating Custom Service events to the application

Until now we've only handled the events that are propagated by the SoftDevice, but in some cases it makes sense to propagate events to the application.

Thanks

Related