I want to set the CONFIG_CAF_BLE_ADV_FAST_ADV Kconfig option to make the Peripheral initially advertise with a shorter interval,but after adding some dependency configurations, it cannot be compiled


I want to set the CONFIG_CAF_BLE_ADV_FAST_ADV Kconfig option to make the Peripheral initially advertise with a shorter interval,but after adding some dependency configurations, it cannot be compiled


Hi
Did you try to enable the disabled setting loader?
CONFIG_CAF_SETTINGS_LOADER=y
If it still not work, could you provide the sample you base on, so I can try to repeat and understand the issue?
Best regards,
Charlie
I followed the instructions here and after adding some configuration, it solved my problem
https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/libraries/caf/caf_overview.html

Thank you very much for your reply
Great to hear! You are welcome.