NCS 2.1.0 / nRF52840-DK
Hello,
I have a single write characteristic on my service:
NCS 2.1.0 / nRF52840-DK
Hello,
I have a single write characteristic on my service:
Hi Joao,
It's not possible to do the exact feature as you mentioned that the service/characteristic only visible to paired device.
But you can either do what you did to require permission or you can add the service/characteristic after you know that the link has been encrypted.
You can have a look at my example here on how to add a service/characteristic after connected: https://devzone.nordicsemi.com/support-private/support/290356#permalink=769225
Hi Joao,
It's not possible to do the exact feature as you mentioned that the service/characteristic only visible to paired device.
But you can either do what you did to require permission or you can add the service/characteristic after you know that the link has been encrypted.
You can have a look at my example here on how to add a service/characteristic after connected: https://devzone.nordicsemi.com/support-private/support/290356#permalink=769225