Hi,
I am working on ble_app_uart_pca10056_s140 and after 3 minutes and I am getting the following error.
When I change APP_ADV_DURATION to 0 also get the following error.
Any suggestion please?
Hi,
I am working on ble_app_uart_pca10056_s140 and after 3 minutes and I am getting the following error.
When I change APP_ADV_DURATION to 0 also get the following error.
Any suggestion please?
I have changed to debug mode and found this error.

Hello,
You need to change the BLE_GAP_ADV_FLAGS_LE_ONLY_LIMITED_DISC_MODE flag to BLE_GAP_ADV_FLAGS_LE_ONLY_GENERAL_DISC_MODE in advertising init to extend the adv. timeout beyond 3 minutes. This is a Bluetooth spec. requirement. Max. duration with limited discoverable mode is 3 minutes.
Best regards,
Vida