Hello, I have some confusion about updating advertising packet dynamically.
I am using nrf52832 with SDK v12.3.0. I am sending datas from sensor in advertising packet(manuf specific data), the Adv Interval is 187.5ms. Now my sensor data changes so I change advertising packet once a minute without stopping advertising. I have used ble_advdata_set() to update advertising packet without using radio notification, but some discussions recommend to use radio notification.
I am not sure if it is right to just use ble_advdata_set() although it seems ok. Could some friend answers my confusion, thanks a lot!