Hi Everyone,
I'm not able to start ble scan. I've followed following example...
Developing Bluetooth Low Energy products using nRF Connect SDK
https://www.youtube.com/watch?v=hY_tDext6zA
I was able to advertise from my custom device. Now I want to add Bluetooth Central to this project.
I have added
CONFIG_BT_CENTRAL=y
to the existing .conf file.
now coming to scan part...I have made this call in my bluetooth_init function, then I got the error as shown in screenshot. Is there any more setting I need to take care of?
and What is right way to start ble_scan?
err = bt_le_scan_start(BT_LE_SCAN_ACTIVE, remote_callbacks.scan_callback);