Board: nRF52810
SoftDevice: s112
SDK version: 17.0.2
I'm trying to add a custom UUID in the advertisement packet and scan for the custom UUID in the central device to connect with it. I've followed the steps as given in the Tutorial. But my application gets asserted when entering the advertising_start() function.
Is it necessary to add my custom UUID in service init because I am only using it for connection purposes?
How can solve this problem?
In central, how can I scan for the custom UUID?
Thanks in advance.