It is my understanding that most Bluetooth designs piggyback off of manufacturer QDID's, which are qualified with Bluetooth SIG for specific Bluetooth stacks.
We will be using the nRF54L15/L05 in one of our products and have been using Zephyr and the nRF SDK 2.8.0. We plan to write our production code using the 2.8.0 SDK.
I notice on this page for SDK 1.5.2 it lists several Zephyr versions and the controllers those versions are qualified for https://docs.nordicsemi.com/bundle/ncs-1.5.2/page/zephyr/guides/bluetooth/bluetooth-qual.html
On the nRF SDK Latest or nRF SDK 2.8.0 page it talks about the nRF52840 SoftDevice versions that are qualified.
For the nRF54L15/05 will Nordic be qualified designs with Zephyr or with SoftDevices? I was under the impression that SoftDevices were superseded by Zephyr but I may be wrong there.
As we are developing do we need to be targeting a specific SoftDevice or Zephyr version for the nRF54L series?
How can I ensure that I am including the correct SoftDevice in my build?
The graphic below seems to imply that the SoftDevice is controlling the Link Layer, so is it always included in my builds even if I don't explicitly specify it?
Is there an estimated date for QDID's to be issued? Will we need to use a SoftDevice QDID or Zephyr QDID?