Hi,
I try to add BLE scanning function to receive all the advertising data in my application.
My existing application is started from advertising example.
After added scanning function, I encounter compilation error.
"nrf_ble_scan.h: No such file or directory"
I already enabled below in the sdk_config.h
// <e> NRF_BLE_SCAN_ENABLED - nrf_ble_scan - Scanning Module
//==========================================================
#ifndef NRF_BLE_SCAN_ENABLED
#define NRF_BLE_SCAN_ENABLED 1
#endif
Please advise how to resolve.
Thanks.