Cannot Operate on CODED PHY with nRF5340 Audio DK(broadcast)

I am currently working on LE Audio broadcasting.
The system operates successfully on 1M PHY,
but I would like to use it to function on CODED PHY as well.

Both the receiver and transmitter hardware in use are nRF5340 Audio DK.
I tried with SDK Version: v2.7.0-rc2 and v2.6.1

I try to config to use coded phy(BT_LE_ADV_OPT_CODED options in bt_le_adv_param on broadcast, and BT_LE_SCAN_OPT_CODED on sink),

but it doesn't work well.

Is there any known limitation or issue that prevents operation on CODED PHY?
or, is there any pactice to do that?

Related