Hi everyone,
I am working with a custom board fanstel bc840, which use nrf52840, and it is configured like this video explain https://www.youtube.com/watch?v=KSivO9Cf1TE&t=474s
I am using nRF connect sdk v1.6.1
I setup scan_param like this,

and configuring this on defconfig:

and this on Kconfig:

Scanning seems to work without errors. Nice, next steep:
On the other hand to set coded advertisment i change adv_params like this:

Enabling extended adv on autoconfig:

But when i ty to advertise get this error

I think due to

Are there my adv_params wrong? some ideas are welcome,
thanks and regards