zephyrproject-rtos / zephyr

Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
https://docs.zephyrproject.org
Apache License 2.0
10.67k stars 6.52k forks source link

LE Audio: `bap list` should also show the states of each stream/endpoint #70838

Closed Thalley closed 4 months ago

Thalley commented 6 months ago

Is your enhancement proposal related to a problem? Please describe. The bap list command is a nice way to get an overview of the existing streams and endpoints, but it does not show the states of them, which makes it hard to tell what commands can be done on which streams.

Describe the solution you'd like The command should use the bt_bap_ep_get_info to get the state of each stream/endpoint and show that as well.

Describe alternatives you've considered N/A

Additional context N/A

jthm-ot commented 4 months ago

I will take a look at this issue