nrf5340 audio:LE audio Stream stopped.INSUFFICIENT_RESOURCES

We have an nrf5340 audio application, and there were no problems with the previous development.
But when I want to extend the CIS function, especially when enabling bidirectional transmission, an error occurs, but I cannot determine the reason.
00> HL [00:11:23.514,648] <inf> cis_gateway: Stream 0x20003744 stopped. Reason 13
00> HL [00:11:23.514,648] <wrn> cis_gateway: Unknown stream
00> HL [00:11:23.514,678] <inf> cis_gateway: Stream 0x20003524 stopped. Reason 13
00> HL [00:11:23.515,625] <wrn> cis_gateway: Unknown stream

Reason 13 is BT_HCI_ERR_INSUFFICIENT_RESOURCES.
What causes this error? If bidirectional transmission is not started, it works normally.
What I want to know most is what causes this error.

Thanks,

Reskyllr

Parents Reply
  • Hi Reskyllr,

    I am sorry for delayed reply. I was out of the office.

    We have tested bidirectional streams with bitrate 48000 which seems to be working for both USB and I2S input on the gateway. These are relevant configuration options:

    CONFIG_STREAM_BIDIRECTIONAL=y
    CONFIG_BT_AUDIO_BITRATE_UNICAST_SINK=48000
    CONFIG_BT_AUDIO_BITRATE_UNICAST_SRC=48000

    The highest bidirectional stream bitrate is 64000 bits/s (SDU size of 80). For unidirectional streams, bitrate could go up to 96000. The lowest bitrate is 32000 and it is given by CONFIG_LC3_BITRATE_MIN.

    Best regards,
    Dejan


Children
Related