What is the impact of timestamp when nrf5340 audio sends data?

Hello,

I'm working on nrf5340 audio bis gateway sample.

The NCS version I use is v2.2.0, I know it's a very old version, but for some reason I can't update to the latest version yet.'

I have a question about the timestamp parameter in bt_audio_stream_send. Setting this value to 0 enqueues the ISO SDU in a FIFO manner. So what happens if it is set to a non-zero value?

I tried to set it to a non-zero value. As a result, the iso interval during transmission became a variable value from 1 ms to 6 ms, and the bis headset did not receive any data.

Why can't data be sent when the timestamp is set to non-zero value?

  • I know it's a very old version, but for some reason I can't update to the latest version yet.'

    For some reason as in "you can't disclose your reason for why not", or "your not able to"?

    Since you're using NCS 2.2.0, you really should update to a newer version for Audio. We recommend v2.6, as you then will be able to use the Nordic Softdevice controller in the audio app.

    Kind regards,
    Andreas

Related