Hi,
ncs1.8.0\zephyr\samples\bluetooth\periodic_adv\
ncs1.8.0\zephyr\samples\bluetooth\periodic_sync\
periodic_adv and periodic_sync
how to change to use Zephyr controller?
thanks
It doesn't look like the zephyr controller is used in your first screenshot, since it still logs the "Softdevice controller build revision" thing.
If you are using SES , you need to reload the project after you have done changes in the prj.conf file. So try to add the CONFIG_BT_LL_SW_SPLIT=y, save, quit and re-open the project. The log should stop printing the "softdevice controller build revision" string.
Best regards,
Edvin
It doesn't look like the zephyr controller is used in your first screenshot, since it still logs the "Softdevice controller build revision" thing.
If you are using SES , you need to reload the project after you have done changes in the prj.conf file. So try to add the CONFIG_BT_LL_SW_SPLIT=y, save, quit and re-open the project. The log should stop printing the "softdevice controller build revision" string.
Best regards,
Edvin