zephyr/samples/boards
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
..
altera_max10 samples: boards: add sample for Altera Nios-II PIO core 2017-12-21 12:02:24 -08:00
arduino_101 samples: remove more build_only tags 2017-12-28 20:24:29 -05:00
microbit Bluetooth: Remove redundant AD parsing check 2018-01-31 07:01:10 -08:00
nrf52 tests: remove obsolete CONFIG_MDEF 2018-01-08 08:08:45 -05:00
quark_se_c1000 tests: remove obsolete CONFIG_MDEF 2018-01-08 08:08:45 -05:00
boards.rst samples: boards: nrf52: test demo for nrf52 power management 2017-11-06 09:29:10 -05:00