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
bt.c Bluetooth: Remove redundant AD parsing check 2018-01-31 07:01:10 -08:00
bt.h
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
ll.c
ll.h
ticker.c