bt_le_adv_start returns -11

I'm calling this function from a Zepyhr project:

https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/connectivity/bluetooth/api/gap.html#group__bt__gap_1gad2e3caef88d52d720e8e4d21df767b02

It returns -11, when I set CONFIG_BT_SETTINGS=y. With CONFIG_BT_SETTINGS=n it works. The settings system itself works: I enabled the settings shell, and can write and read values, and list all keys.

What does error -11 mean for this function, and where is it documented?

Parents Reply Children
No Data
Related