Can the nrf_ble_scan module log level be adjusted somehow? SDK is 15.2.0.
Can the nrf_ble_scan module log level be adjusted somehow? SDK is 15.2.0.
Hi,
NRF_LOG_LEVEL is not supported in the nrf_ble_scan.c. However, you can compile with debug mode in segger which can provide the DEBUG log in the rf_ble_scan.c file.
-Amanda H.