zephyr/subsys/bluetooth/shell
Andreas Rudolf 92fbd7da14 Bluetooth: shell: Register callbacks dynamically
Bluetooth callbacks are now registered dynamically again. When Bluetooth
callbacks were registered statically, they could be invoked before the
Bluetooth shell (ctx_shell) is initialized. The callbacks try to
shell_print(ctx_shell, ...), which results in a fatal error if ctx_shell
is undefined.

Fixes #40881.

Signed-off-by: Andreas Rudolf <andreas.rudolf@husqvarnagroup.com>
2021-12-09 15:01:16 +01:00
..
CMakeLists.txt Bluetooth: Audio: Media control shell commands 2021-11-11 15:31:37 +01:00
Kconfig
bredr.c net: buf: `POOL_FIXED_DEFINE` explicit user data 2021-11-24 16:04:50 +02:00
bt.c Bluetooth: shell: Register callbacks dynamically 2021-12-09 15:01:16 +01:00
bt.h
csis.c Bluetooth: Audio: Move csis.h to include/bluetooth/audio 2021-11-09 11:17:20 +01:00
csis_client.c Bluetooth: Audio: Move csis.h to include/bluetooth/audio 2021-11-09 11:17:20 +01:00
gatt.c Bluetooth: Shell: Fix bad string formats in GATT shell 2021-10-25 19:22:05 -04:00
hci.c
hci.h
iso.c net: buf: `POOL_FIXED_DEFINE` explicit user data 2021-11-24 16:04:50 +02:00
l2cap.c net: buf: `POOL_FIXED_DEFINE` explicit user data 2021-11-24 16:04:50 +02:00
ll.c
ll.h
mcc.c Bluetooth: Audio: Bugfix: Fix output message 2021-12-07 09:42:00 -06:00
media_controller.c Bluetooth: Audio: Bugfix - add missing parameters 2021-11-11 15:31:37 +01:00
mics.c
mics_client.c
mpl.c Bluetooth: Audio: Workaround for false license positive 2021-11-11 15:31:37 +01:00
rfcomm.c net: buf: `POOL_FIXED_DEFINE` explicit user data 2021-11-24 16:04:50 +02:00
ticker.c
vcs.c Bluetooth: shell: VCS: Use BT_VOCS_MIN_OFFSET/BT_VOCS_MAX_OFFSET 2021-11-11 19:26:02 -05:00
vcs_client.c Bluetooth: shell: VCS: Use BT_VOCS_MIN_OFFSET/BT_VOCS_MAX_OFFSET 2021-11-11 19:26:02 -05:00