mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 12:14: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
|
config BT_NIMBLE_MAX_CONNECTIONS
|
||||||
int "Maximum number of concurrent connections"
|
int "Maximum number of concurrent connections"
|
||||||
range 1 10
|
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