zephyr/subsys/bluetooth/shell
Johan Hedberg 8fc4c99496 Bluetooth: Remove redundant AD parsing check
A few lines earlier the code bails out in case len is 0. Checking for
buf->len < 1 is the same as checking for buf->len == 0. Since len is
guaranteed to be > 0 here the check len > buf->len implicitly checks
for buf->len == 0, i.e. the second test can be removed.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
2018-01-31 07:01:10 -08:00
..
CMakeLists.txt Bluetooth: shell: Support a non-connectable build 2018-01-25 10:51:54 +02:00
Kconfig kconfig: fix help syntax and add spaces 2017-12-13 17:43:28 -06:00
bt.c Bluetooth: Remove redundant AD parsing check 2018-01-31 07:01:10 -08:00
bt.h Bluetooth: shell: Fix incorrect #define 2017-06-28 09:52:26 -04:00
flash.c arm: nordic: flash: Use FLASH_DEV_NAME define 2018-01-25 15:23:00 -06:00
gatt.c Bluetooth: Fix build failure with -Wshadow CFLAGS 2017-12-20 12:29:52 -05:00
gatt.h Bluetooth: Shell: Add gatt-show-db command 2017-06-15 21:53:00 +03:00
ll.c Bluetooth: shell: Add controller DTM commands 2017-09-29 20:56:11 +02:00
ll.h Bluetooth: shell: Add controller DTM commands 2017-09-29 20:56:11 +02:00
ticker.c Bluetooth: shell: Fix compile error due to missing memq.h include 2017-11-27 13:48:24 -08:00