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

button_event_handler not triggering when not connected

Hi

I started form the lbs example to build my application. I have now the following problem: apparently the button_event_handler is only triggered when the device is connected over bluetooth. However, I would like it to trigger also when bluetooth is not connected, to count events on the button input. How do I do that?

Related