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
..
bredr.c
bt.c Bluetooth: shell: Register callbacks dynamically 2021-12-09 15:01:16 +01:00
bt.h
CMakeLists.txt
csis_client.c
csis.c
gatt.c
hci.c
hci.h
iso.c
Kconfig
l2cap.c
ll.c
ll.h
mcc.c
media_controller.c
mics_client.c
mics.c
mpl.c
rfcomm.c
ticker.c
vcs_client.c
vcs.c