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

Creating a second advertising set with bt_le_ext_adv_create will generate an error -12 (ENOMEM)

Creating  a second advertising set with bt_le_ext_adv_create will generate an error -12.

Using nRF Connect SDK v1.8.0

The second advertising set is use for FOTA update.

The error is related to memory availabilty

#define ENOMEM 12       /**< Not enough core */

Is that lack of core ram or flash? How to increase the core memory?

Thanks

Related