summaryrefslogtreecommitdiff
path: root/src/class
diff options
context:
space:
mode:
authorJerzy Kasenberg <[email protected]>2022-09-13 08:10:58 +0200
committerJerzy Kasenberg <[email protected]>2022-09-13 08:11:56 +0200
commit3133cacc6ab699244617039462f5c3870e16d835 (patch)
treea905947bf3e7a92c9f203ea1d0cd37b4d00f21be /src/class
parent639341238035612d7e73a3a9ab8990dcbdda0b02 (diff)
nrf5x: Fix reception of large ISO packets
ISO packet size is up to 1023 for full speed device. Upon completion of ISO reception, reported length of incoming packet was truncated to one byte only. This results in incorrect data stream for higher bit rates 48 samples * 4 bytes per sample * 2 channels = 384 bytes of data and 128 was reported. There is no change in logic extending xact_len to uint16_t fixes the issue.
Diffstat (limited to 'src/class')
0 files changed, 0 insertions, 0 deletions