zephyr/subsys/bluetooth/shell
Luiz Augusto von Dentz 75979397b2 Bluetooth: shell: Fix illegal access
BT_LE_ADV_CONN_DIR_LOW_DUTY declares a local variable so it cannot go
out of scope, so instead of assigning in the scope of the if statement
this rework the code to mantain the declaration in the same scope it is
used.

Fixes #10570

Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
2018-11-09 16:18:44 +02:00
..
CMakeLists.txt flash: make flash shell generic 2018-10-19 11:49:18 +02:00
Kconfig flash: make flash shell generic 2018-10-19 11:49:18 +02:00
bredr.c shell: examples unification 2018-10-19 13:35:56 +02:00
bt.c Bluetooth: shell: Fix illegal access 2018-11-09 16:18:44 +02:00
bt.h Bluetooth: shell: Use \r\n to terminate line 2018-10-01 11:10:46 +02:00
gatt.c Bluetooth: shell/gatt: Fix unreachable code 2018-11-06 22:29:51 +02:00
l2cap.c Bluetooth: Change l2cap accept callback return error 2018-10-26 16:56:01 +01:00
ll.c subsys: bluetooth: shell: bt: Add command to show LL address 2018-10-04 10:35:06 +02:00
ll.h subsys: bluetooth: shell: bt: Add command to show LL address 2018-10-04 10:35:06 +02:00
rfcomm.c shell: examples unification 2018-10-19 13:35:56 +02:00
ticker.c shell: examples unification 2018-10-19 13:35:56 +02:00