From d96f98188c53820a9e929636ebbf344fd27cb839 Mon Sep 17 00:00:00 2001 From: Andries Kruithof Date: Thu, 11 Apr 2024 14:58:42 +0200 Subject: [PATCH] Bluetooth: CAP: Shell: Add cancel command We didn't have a cancel command for the CAP commander, so adding this command here. Signed-off-by: Andries Kruithof --- doc/connectivity/bluetooth/api/shell/cap.rst | 1 + subsys/bluetooth/audio/shell/cap_commander.c | 15 +++++++++++++++ 2 files changed, 16 insertions(+) diff --git a/doc/connectivity/bluetooth/api/shell/cap.rst b/doc/connectivity/bluetooth/api/shell/cap.rst index af03fdf5df9..0cb65d87f79 100644 --- a/doc/connectivity/bluetooth/api/shell/cap.rst +++ b/doc/connectivity/bluetooth/api/shell/cap.rst @@ -258,6 +258,7 @@ the optionally included CSIS instance by calling (:code:`cap_commander discover` cap_commander - Bluetooth CAP commander shell commands Subcommands: discover :Discover CAS + cancel :CAP commander cancel current procedure change_volume :Change volume on all connections change_volume_mute :Change volume mute state on all connections change_volume_offset :Change volume offset per connection ", cmd_cap_commander_change_volume, 2, 0),