Hi Tony,
If the advertising interval is set to 10s, it means that every 10s the device will send an advertising packet as long as the device stays in advertising mode. In this case, the scanning device (e.g smartphone), will detect the device every 10s.
If you want to stop advertising, you can use the app_gap_adv_stop_req() function.
Regards,