zephyr/subsys/bluetooth/shell
Kai Ren 92c5afe2be Bluetooth: shell: Fix null check in conn and data length update
Perform null check of default_conn in call cmd_conn_update()
and cmd_conn_data_len_update() in ./subsys/bluetooth/shell/bt.c

Signed-off-by: Kai Ren <renkaikaiser@163.com>
2021-04-26 13:05:55 +03:00
..
CMakeLists.txt Bluetooth: shell: Add iso module 2020-09-04 21:03:13 +02:00
Kconfig
bredr.c coccinelle: Remove extra semicolon 2021-03-25 11:35:30 -05:00
bt.c Bluetooth: shell: Fix null check in conn and data length update 2021-04-26 13:05:55 +03:00
bt.h Bluetooth: host: Initial support for BIS 2021-03-09 08:06:02 -05:00
gatt.c Bluetooth: Use ATT FIRST/LAST attribute handle defines where applicable 2021-04-08 16:35:57 +02:00
hci.c
hci.h
iso.c Bluetooth: host: Add ISO disconnect reason 2021-04-07 14:16:54 +02:00
l2cap.c Bluetooth: shell: Add sec_level argument to l2cap connect command 2020-08-06 11:47:03 +02:00
ll.c Bluetooth: controller: Add periodic scanning 2020-10-21 12:44:38 +02:00
ll.h tests: Bluetooth: shell: Remove cmd_ull_reset 2020-07-20 12:46:26 +02:00
rfcomm.c
ticker.c