hi ....how to re initiate the advertising packets so that i can update the existing device name
hi ....how to re initiate the advertising packets so that i can update the existing device name
Hi.
Maybe you could elaborate on which device, SDK version, softdevice version etc. that you are working with?
Best regards,
Joakim
Hi.
Maybe you could elaborate on which device, SDK version, softdevice version etc. that you are working with?
Best regards,
Joakim
i am working on ble_app_uart 15.2 , nrf52832 . i need to change the device name after getting bonded , so for that i read many threads , i observed that we need to adv_stop, and re_initialize the advertising packets and then start_advertise ..
in the above i don't know how to re_initialize the advertising packets .. guide me
You are correct in your approach.
The easiest way is to stop advertising, update advertising data and then re-start advertising.
Regards,
Joakim