Skip to content

Commit

Permalink
Bluetooth: CAP: Add support for long read/write
Browse files Browse the repository at this point in the history
Add support for reading and writing long values (> MTU)
when using the CAP API.

This change does make it slightly slower to execute the
CAP procedures as it is now done on a one-by-one basis,
which affect multi-ACL setups, but that also means
that the buffer requirements for CAP will generally be lower.

There is still room for improvement as we can perform the BAP
operations in parallel on each ACl, which should return this to
its former performance.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
  • Loading branch information
Thalley committed Jul 6, 2023
1 parent 1e99990 commit a5643fc
Show file tree
Hide file tree
Showing 2 changed files with 321 additions and 190 deletions.
Loading

0 comments on commit a5643fc

Please sign in to comment.