mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 03:07:21 +02:00
Merge branch 'nimble/update_no_of_conn' into 'master'
NimBLE: Set the default number of max connections to the controller's value See merge request espressif/esp-idf!6353
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
config BT_NIMBLE_MAX_CONNECTIONS
|
config BT_NIMBLE_MAX_CONNECTIONS
|
||||||
int "Maximum number of concurrent connections"
|
int "Maximum number of concurrent connections"
|
||||||
range 1 9
|
range 1 9
|
||||||
default 1
|
default BTDM_CTRL_BLE_MAX_CONN
|
||||||
depends on BT_NIMBLE_ENABLED
|
depends on BT_NIMBLE_ENABLED
|
||||||
help
|
help
|
||||||
Defines maximum number of concurrent BLE connections
|
Defines maximum number of concurrent BLE connections
|
||||||
|
Submodule components/bt/host/nimble/nimble updated: 5f6348d0dd...acaed3b6a8
Reference in New Issue
Block a user