Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nimble/audio: Modify BASS control point write access
Modify BASS control point write access in a way that it would use flattened mbuf to pass data to handler. Previous solution was prone to errors due to chained mbufs. Fix handler check from simple bool comparison to ensuring that it's not NULL. Add opcode variable to hold proper operation id in write access. This is helpful during debugging operations.
- Loading branch information