zephyr/subsys/bluetooth/host/shell
Pisit Sawangvonganan aa1a38e2aa bluetooth: shell: refactor shell print to eliminate ctx_shell usage
This change aims to eliminate the dependency on `ctx_shell` in
the Bluetooth `host/shell/*`, making the code more maintainable.
Replaced `shell_*` functions that depended on `ctx_shell` with
the appropriate `bt_shell_*` functions.

The shell-less functions `bt_do_scan_filter_clear_name`, `bt_do_scan_off`,
and `bt_do_connect_le` were added so they can be called without `sh`.

Signed-off-by: Pisit Sawangvonganan <pisit@ndrsolution.com>
2024-12-05 22:10:54 +01:00
..
bt_shell_private.c bluetooth: shell: add bt_shell_private.c and bt_shell_private.h 2024-12-05 22:10:54 +01:00
bt_shell_private.h bluetooth: shell: add bt_shell_private.c and bt_shell_private.h 2024-12-05 22:10:54 +01:00
bt.c bluetooth: shell: refactor shell print to eliminate ctx_shell usage 2024-12-05 22:10:54 +01:00
bt.h
CMakeLists.txt bluetooth: shell: add bt_shell_private.c and bt_shell_private.h 2024-12-05 22:10:54 +01:00
cs.c bluetooth: shell: refactor shell print to eliminate ctx_shell usage 2024-12-05 22:10:54 +01:00
gatt.c bluetooth: shell: refactor shell print to eliminate ctx_shell usage 2024-12-05 22:10:54 +01:00
iso.c bluetooth: shell: refactor shell print to eliminate ctx_shell usage 2024-12-05 22:10:54 +01:00
l2cap.c bluetooth: shell: refactor shell print to eliminate ctx_shell usage 2024-12-05 22:10:54 +01:00