I know the Nordic provides timeout parameter to control advertising parameters.
If I set the ble_adv_fast_timeout to 1s, my ble-central device scanned the advertisement about 20 times in one second.
Is it possible make my ble-peripheral device just advertise three times and stop, like trying to throw the data package three times and stop.
Is this possible ? How can I make it ?