This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Enable notifications in code?

In the keyfob demo I can enable the accelerometer notifications by writing to the appropriate handles from BTool. What is the correct way to do this directly on the keyfob if I want to enable the notifications by, say, pressing one of the buttons?

  • I got the answer to this question and apparently there is no "correct" way of doing this locally. I will set up the other unit to enable notifications when the connection is established and just toggle the polling of the accelerometer locally instead.