zephyr/subsys/bluetooth/host/shell
Emil Gydesen 83677f551f Bluetooth: Shell: Set conn to NULL before bt_conn_le_create
bt_conn_le_create logs a warning if the provided conn is
non-NULL which was the case here. Simply set it to
NULL as it is a local variable.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
2024-11-25 14:41:14 +01:00
..
bt.c Bluetooth: Shell: Set conn to NULL before bt_conn_le_create 2024-11-25 14:41:14 +01:00
bt.h
CMakeLists.txt
cs.c bluetooth: host: CS support for various HCI commands 2024-10-18 14:15:49 +02:00
gatt.c Bluetooth: GATT: Replace magic number 0 with macro for auto ccc 2024-09-26 17:41:24 -04:00
iso.c Bluetooth: Shell: Fix missing RX QoS param and MSE check 2024-10-25 12:55:32 -05:00
l2cap.c