zephyr/subsys
Joakim Andersson ca2d3f0a89 Bluetooth: Kconfig: Fix error in buffer pool sizes
Fix error in calculation of the minimum discardable buffer size. For
the LE Advertising Report the maximum payload is 31 bytes plus
additional data in the event gives an event size of 41 bytes (given that
num_reports is 1). Since this is a meta event we need to include the
sub-event code, plus the event header of 2 bytes. Total of 44 bytes.

This is a regression from afa9c42d75 where we forgot th 1 byte for the
RSSI that is appended after the data. Easy to miss since it is not part
of the struct.

Fix error in calculation of the num complete buffer size. Here we forgot
to include the 2 byte event header.

This is a regression from 89981b07c8.

Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
2020-01-14 21:19:17 +01:00
..
bluetooth Bluetooth: Kconfig: Fix error in buffer pool sizes 2020-01-14 21:19:17 +01:00
console
cpp
debug assert: Add option to disable assertion messages 2020-01-13 13:59:55 +01:00
dfu dfu: allow MCUBoot configured without scratch 2020-01-13 12:47:04 +01:00
disk
fb
fs
jwt
logging logging: rtt: Improve synchronous mode 2020-01-14 11:19:10 -05:00
mgmt mcumgr: BT SMP transport config for authenticated requirement 2019-12-20 20:28:39 -05:00
net net: buf: Switch from net buf assert to system assert 2020-01-13 13:59:55 +01:00
power soc: nrf91: add power management 2020-01-10 13:09:44 +01:00
random subsys/random: fix unused value warning 2019-12-20 08:51:53 -05:00
settings
shell
stats
storage
testsuite arch: arm: Move ARM code to AArch32 sub-directory 2019-12-20 11:40:59 -05:00
usb usb: Fix usb tests reporting error 2020-01-07 21:05:44 +01:00
CMakeLists.txt
Kconfig