Hello guys! And girls
My project is working as expected in SDK14.2.
I'm updating adv data (manuf. spec. data) without any problem with this function
But in SDK15 the function ble_advdata_set() has been deprecated.
The migration guide is says to use ble_advdata_encode() and sd_ble_gap_adv_set_configure() instead.
So I changed it to something like this
And of course... it's not working. :)
I'm getting a very strange error at sd_ble_gap_adv_set_configure() --> app: ERROR 12801 [Unknown error code]
Any idea why?
What I'm doing wrong?
What I have to change to get this working like in the SDK14.2?