Skip to content

Commit

Permalink
test-bap: Update caps to accommodate 8_1 config
Browse files Browse the repository at this point in the history
This adjusts the min SDU size in lc3_caps, to accommodate the 8_1 config.
  • Loading branch information
iulia-tanasescu authored and Vudentz committed May 17, 2024
1 parent cd35401 commit 61ed4b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions unit/test-bap.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ struct test_data {
* Frequencies: 8Khz 11Khz 16Khz 22Khz 24Khz 32Khz 44.1Khz 48Khz
* Duration: 7.5 ms 10 ms
* Channel count: 3
* Frame length: 30-240
* Frame length: 26-240
*/
static struct iovec lc3_caps = LC3_CAPABILITIES(LC3_FREQ_ANY, LC3_DURATION_ANY,
3u, 30, 240);
3u, 26, 240);

#define iov_data(args...) ((const struct iovec[]) { args })

Expand Down

0 comments on commit 61ed4b4

Please sign in to comment.