mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-01 03:34:32 +02:00
NimBLE: Set the default number of max connections to the controller's value
Also, update the NimBLE submodule to remove unwanted logging stuff
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
|
||||
config BT_NIMBLE_MAX_CONNECTIONS
|
||||
int "Maximum number of concurrent connections"
|
||||
range 1 10
|
||||
default 1
|
||||
range 1 9
|
||||
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