Bluetooth: host: Add lower bound for CONFIG_BT_BUF_ACL_RX_COUNT

See comment above assert for more.

Signed-off-by: Jonathan Rico <jonathan.rico@nordicsemi.no>
This commit is contained in:
Jonathan Rico 2024-07-08 14:52:07 +02:00 committed by Anas Nashif
commit 4afe745a1d
16 changed files with 55 additions and 11 deletions

View file

@ -806,6 +806,12 @@ Bluetooth Host
(:github:`75065`)
* :kconfig:option:`CONFIG_BT_BUF_ACL_RX_COUNT` now needs to be larger than
:kconfig:option:`CONFIG_BT_MAX_CONN`. This was always the case due to the design of the HCI
interface. It is now being enforced through a build-time assertion.
(:github:`75592`)
Bluetooth Crypto
================