commit | b0dceffacc1f3917ce46803bc7e4cf8f423a6a1b | [log] [tgz] |
---|---|---|
author | Babak Arisian <bbaa@demant.com> | Wed May 15 15:11:11 2024 +0200 |
committer | Maureen Helm <maureen.helm@analog.com> | Fri May 24 09:55:37 2024 -0500 |
tree | ee0dfe5763f903ae904d3b0df0924f64c30e364e | |
parent | d38913ba48be97c6a3917a76d9c74ef4177adeb0 [diff] |
Bluetooth: Audio: add bt_audio_get_chan_count Implement a function bt_audio_get_chan_count that takes an enum bt_audio_location and returns the number of channels in that value. This PR fixes #69617 (https://github.com/zephyrproject-rtos/zephyr/issues/69617) Signed-off-by: Babak Arisian <bbaa@demant.com>