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:
parent
ff5c577aa8
commit
4afe745a1d
16 changed files with 55 additions and 11 deletions
|
@ -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
|
||||
================
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue