mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04: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:
parent
89d2e2a5e3
commit
10fd2ae653
@ -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
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 5f6348d0ddd7f98841e458bbc808e8f7f5f23b23
|
Subproject commit acaed3b6a860457b5cf61ecddce7d7be2c61a60a
|
Loading…
x
Reference in New Issue
Block a user