Bluetooth: controller: Safe default value of BT_CTLR_LLCP_CONN
Change sets default value of Kconfig option BT_CTLR_LLCP_CONN to BT_MAX_CONN. The default value should properly handle the worst case. Signed-off-by: Marek Pieta <Marek.Pieta@nordicsemi.no>
This commit is contained in:
parent
dc55538645
commit
4e43e00c4c
1 changed files with 1 additions and 1 deletions
|
@ -765,7 +765,7 @@ config BT_CTLR_FAST_ENC
|
||||||
|
|
||||||
config BT_CTLR_LLCP_CONN
|
config BT_CTLR_LLCP_CONN
|
||||||
int "Number of connections with worst-case overlapping procedures"
|
int "Number of connections with worst-case overlapping procedures"
|
||||||
default 1
|
default BT_MAX_CONN
|
||||||
range 1 BT_MAX_CONN
|
range 1 BT_MAX_CONN
|
||||||
help
|
help
|
||||||
Set the number connections for which worst-case buffer requirements
|
Set the number connections for which worst-case buffer requirements
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue