I would like to ask how to make advertisements which are less than one second. In my application, i need to scan for devices, when i find my specific device, i start to advertise with specific data. I know that i can advertise for 1 second by setting APP_ADV_TIMEOUT_IN_SECONDS = 1. Then im scanning, advertising for one second, then scanning again and so on and this application is working without any problems. But i want to make advertising intervals shorter. Lets say 150ms, 200ms or 250ms. What is the best way to achieve this?
Thank you in advance,
Regards.