This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

unable to configure NRF52840-DONGLE with new attribute set as notify/indicate, read/write work fine

Here's what does work, new attribute set as read/write.  I can configure then see on connection tab.

When i change to notify or indicate, the Current Time Service does not show up on the connection tab.

Even after save/apply, you can see it disappeared.

  • Hi,

    The issue here seems to be that you support notify but have not added a CCCD. That will not work, but unfortunately nRF Connect SDK fails silently in this case. I will suggest that it is improved.

    To make this work, add a CCCD by adding a descriptor with UUID 2902:

Related