Hi,
I am working on nrf52832 development board.
I am using SDK17.2.0.
I am running the device in peripheral mode in always advertising mode.
And I would like to add custom data to the advertise packet so that the central device on the other side can connect to this peripheral device based on this custom data. And I am not sure how to add that custom data into advertise packet.
I don't want to change the manufacturer or other general information, but want to add my own data to the packet when ever I need without calling stop advertising function.
Please help me with the API's that I have to use and a code snippets which can make my job easier.