I have nRF52 and working with SDK11.
I can start BLE advertising and nRF Connect app will detect everything correctly.
I only have an issue: I want to advertise for 10 seconds and when I call sd_ble_gap_adv_stop() the advertising continue as nRF Connect continues showing my device in the RSSI graph. BLE advertising will stop only when I enter System Off.
I tried setting the advertising timeouts to both 0 (using a timer for stopping after 10 seconds) and 10 seconds. But there is no difference. When I call sd_ble_gap_adv_stop(), the radio module continue transmitting.
Does anyone have a clue about what could the issue be? Thank you.