This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Configuration problem of BLE scan

I am using nRF52480 and s140. The example is ble_app_uart_c. The program works fine with: Scan interval x00A0 and Scan window x0050

However, when I set the Scan window to 140. or something bigger. The program keeps restarting and the board resets.

But, according to the infocenter the window range should be 0x0004 and 0x4000.

Related