I'm using nRF SDK V15 with nrf52DK board, running the ble_app_hids_ms example.
I I want to have continuous non-stop advertising duration, should I have both APP_ADV_FAST_DURATION and APP_ADV_SLOW_DURATION to be equal to zero?
I'm using nRF SDK V15 with nrf52DK board, running the ble_app_hids_ms example.
I I want to have continuous non-stop advertising duration, should I have both APP_ADV_FAST_DURATION and APP_ADV_SLOW_DURATION to be equal to zero?
Hi
Yes, in the ble_app_hids_mouse example you can advertise using both Slow and Fast duration, so to ensure the advertising not timing out, I would suggest setting both these to 0.
Best regards,
Simon
Thank you Simon.
Thank you Simon.