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> |
||
|---|---|---|
| .. | ||
| bredr.c | ||
| bt.c | ||
| 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 | ||