hello, I have a question need you help.
SDK:nRF5_SDK_14.2.0
MCU:nRF52810
My product is used as a central.
When the voltage of the battery supplying the product is too low, if the scan slave is not turned on, the LED on the PCB board is normally lit,
but if the scan function is turned on, the LED will flash, as shown in the attached video.
Why does the LED flash when calling the scan function?
The scan function code is as shown below
Nothing special, just call the scan start function(sd_ble_gap_scan_start(&m_scan_param);)
