-
Notifications
You must be signed in to change notification settings - Fork 6.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bluetooth: BAP: Shell: Add endpoint state info #73564
Bluetooth: BAP: Shell: Add endpoint state info #73564
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor request, otherwise LGTM
The bap list command now also shows the states of each endpoint. Fixes zephyrproject-rtos#70838 Signed-off-by: Jens Rehhoff Thomsen <jthm@demant.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
We could consider moving bt_bap_pa_state_str
to a public API and use that here, so that we can get the string representations of the states
Jens has contributed the following PRs zephyrproject-rtos#68678 zephyrproject-rtos#72409 zephyrproject-rtos#72915 zephyrproject-rtos#73564 zephyrproject-rtos#73656 and is attending the weekly LE Audio Zephyr meetings. Signed-off-by: Lars Knudsen <larsgk@gmail.com>
Jens has contributed the following PRs zephyrproject-rtos#68678 zephyrproject-rtos#72409 zephyrproject-rtos#72915 zephyrproject-rtos#73564 zephyrproject-rtos#73656 and is attending the weekly LE Audio Zephyr meetings. Signed-off-by: Lars Knudsen <LAKD@Demant.com>
Jens has contributed the following PRs zephyrproject-rtos/zephyr#68678 zephyrproject-rtos/zephyr#72409 zephyrproject-rtos/zephyr#72915 zephyrproject-rtos/zephyr#73564 zephyrproject-rtos/zephyr#73656 and is attending the weekly LE Audio Zephyr meetings. (cherry picked from commit 0923750) Original-Signed-off-by: Lars Knudsen <LAKD@Demant.com> GitOrigin-RevId: 0923750 Change-Id: Ic57e788e2dc4d5ae0dbbb0687bb23657c6c9f8f5 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/5629141 Tested-by: Jeremy Bettis <jbettis@chromium.org> Reviewed-by: Jeremy Bettis <jbettis@chromium.org> Tested-by: ChromeOS Prod (Robot) <chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com> Commit-Queue: Jeremy Bettis <jbettis@chromium.org>
The bap list command now also shows the states of each endpoint.
Fixes #70838