zephyr/subsys/bluetooth
Carles Cufi 523a9dfe8a Bluetooth: controller: Fix RL index check
In the ll_rl_pdu_adv_update() function, the check to verify if we are
dealing with an item from the resolving list or else with a simple
standard non-privacy enabled device was left over from the previous
iteration, which used negative values. Replace that check with the
proper current one, using the size of the rl array as an indicator of
whether the index is valid.

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
2017-08-21 18:49:59 +02:00
..
common Bluetooth: controller: Rename Kconfig prefix 2017-08-14 15:44:56 +03:00
controller Bluetooth: controller: Fix RL index check 2017-08-21 18:49:59 +02:00
host Bluetooth: Kconfig: fix default value and range for BT_RX_STACK_SIZE 2017-08-17 21:11:50 +03:00
shell Bluetooth: shell: gatt_read: Reset offset to 0 2017-08-15 21:16:40 +03:00
Kconfig samples: Bluetooth: add HCI SPI raw handler sample 2017-08-15 22:58:02 +03:00
Makefile Bluetooth: controller: Rename Kconfig prefix 2017-08-14 15:44:56 +03:00