zephyr/subsys/bluetooth
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
..
audio Bluetooth: Audio: Add check conn in VCS client notify handler 2021-12-03 17:40:21 +02:00
common bluetooth: Increase ACL packet size limit for non-Zephyr controllers 2021-11-24 14:19:07 -05:00
controller Bluetooth: Controller: Use a common ISO_PDU node rx type 2021-12-06 09:17:44 -05:00
host Bluetooth: Conn: Guard tx_complete_work with CONFIG_BT_CONN_TX 2021-12-08 08:54:48 -05:00
mesh Bluetooth: Mesh: Fix Composition Data Status 2021-12-08 09:09:02 -05:00
services bluetooth: ots: Add Create and Delete procedures 2021-11-24 21:49:11 +02:00
shell Bluetooth: shell: Register callbacks dynamically 2021-12-09 15:01:16 +01:00
CMakeLists.txt
Kconfig Bluetooth: Conn: Guard tx_complete_work with CONFIG_BT_CONN_TX 2021-12-08 08:54:48 -05:00
Kconfig.adv
Kconfig.iso