zephyr/subsys/bluetooth/shell
Emil Gydesen 49bf124bf6 Bluetooth: shell: Fix null check in cmd_per_adv_sync_delete
The check for NULL was on the pointer to the pointer,
rather than the pointer. The pointer of the pointer would
always be non-null, but the pointer might not be.

Moved from using a pointer of a pointer to just a
pointer to make it easier to read and understand.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
2021-04-07 14:17:34 +02:00
..
bredr.c coccinelle: Remove extra semicolon 2021-03-25 11:35:30 -05:00
bt.c Bluetooth: shell: Fix null check in cmd_per_adv_sync_delete 2021-04-07 14:17:34 +02:00
bt.h Bluetooth: host: Initial support for BIS 2021-03-09 08:06:02 -05:00
CMakeLists.txt Bluetooth: shell: Add iso module 2020-09-04 21:03:13 +02:00
gatt.c Bluetooth: shell: Fix gatt write command not cleanup up on error 2021-02-11 12:59:01 -05:00
hci.c
hci.h
iso.c Bluetooth: host: Add ISO disconnect reason 2021-04-07 14:16:54 +02:00
Kconfig
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