Does nRF Connect SDK V2.4.0 support Isochronous channels over BLE? My understanding is it does. In fact there is now an Nordic audio DK that uses it to stream audio. The centeral_iso example fails with the error "Failed to create CIG (-134)" when starting. Other ISO examples fail similarly and do not work Should these examples be working? Are there any working ISO examples? If there are not, how would the audio DK work?
Could changes be made to the net core configuration to get the examples to work by adding a child_image folder and hci_rpmsg.conf file?
Inside the SDK at \v2.4.0\zephyr\samples\bluetooth\hci_rpmsg\ there are many configurations for ISO usage. Do any of them work with any examples?
Thank you