mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 10:47:19 +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
|
||||
int "Maximum number of concurrent connections"
|
||||
range 1 9
|
||||
default 1
|
||||
default BTDM_CTRL_BLE_MAX_CONN
|
||||
depends on BT_NIMBLE_ENABLED
|
||||
help
|
||||
Defines maximum number of concurrent BLE connections
|
||||
|
Submodule components/bt/host/nimble/nimble updated: 5f6348d0dd...acaed3b6a8
Reference in New Issue
Block a user