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