Hi,
I use nRF51822.
Is it possible to change a beacon timing of the advertiser by a trigger of the acceleration sensor in the advertising mode?
Thank you for any helps.
Hi,
I use nRF51822.
Is it possible to change a beacon timing of the advertiser by a trigger of the acceleration sensor in the advertising mode?
Thank you for any helps.
Yes. When you want to change the timing, call sd_ble_gap_adv_stop() then call sd_ble_gap_adv_start() with new parameters with the advertising interval you want.
Yes. When you want to change the timing, call sd_ble_gap_adv_stop() then call sd_ble_gap_adv_start() with new parameters with the advertising interval you want.