This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Using BLE scan alongside Mesh gives EAGAIN error

Hi,

I'm working on project where I want to scan nearby beacons while participating in a Mesh network. I've configured everything as shown in the sample ble peripheral lbs coex, however when I want to start scanning for beacons using the the code below it returns a EAGAIN error.

bt_le_scan_start(&scan_params, scan_cb)

If I disable the CONFIG_BT_SETTINGS this error goes away but obviously the mesh does not work properly anymore. 

I found a git issue at the Zephyr repository about this and was wondering if it is still impossible to use the bt_le_scan_start method when using mesh at the same time? Does someone know a way to make them work together?

Thanks in advance,

Stan

Parents Reply Children
No Data
Related