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

sd_ble_gap_scan_start(NULL, &m_scan_buffer); set error_code = 0x00000008

Hello, I have adjusted the Uart Central Example from the SDK 15.1.0 with the stack s140 v6.1.0 so that the device can connect to two peripherals. The name of the device is also found in on_adv_report, but then the sd_ble_gap_scan_start () function sets the error_code 0x00000008 from the error_info structure. However, I can not find a suitable error code. Which error should be communicated with this number and how can this error occur?

Many thanks for the help.

Related