Hi, Team.
We are currently using NCS v2.7.0 with the sysbuild approach on the nRF5340. We referred to the nrf/sample/matter/lock code and copied its sysbuild configuration (as we need Matter support in the future).
However, we encountered an issue:
- When enabling the network core IPC_RADIO, the
bt_enablefunction in my code fails to execute properly. The underlyinghci_corereturns -11 (EAGAIN or resource unavailable).

- When I disable IPC_RADIO and instead only use
SB_CONFIG_NETCORE_HCI_IPC=y, the Bluetooth functionality works correctly.

Question:
1 - Did I miss any configuration steps to enable IPC_RADIO and use bt_enable() work properly?
2 - Both Bluetooth and IEEE 802.15.4 are supported, so why does the Matter sample code use IPC_RADIO for the network core instead of Multiprotocol_RPMsg?
Is there any particular reason for this?