Hi all,
Can I update the value passed to the sd_ble_gap_adv_data_set() to do a scan response at any time?
For example when I get an interrupt from a button, can I update the value of the data of the scan response packet ?
Thanks.
Hi all,
Can I update the value passed to the sd_ble_gap_adv_data_set() to do a scan response at any time?
For example when I get an interrupt from a button, can I update the value of the data of the scan response packet ?
Thanks.
You are actually able to change the advertising data and scan response even while advertising with the Nordic SoftDevices. The data will not be updated until the next advertising event, but that is the only limitation.