]> granicus.if.org Git - esp-idf/commitdiff
NimBLE: Set the default number of max connections to the controller's value
authorHrishikesh Dhayagude <hrishi@espressif.com>
Thu, 17 Oct 2019 04:54:34 +0000 (12:54 +0800)
committerMahavir Jain <mahavir@espressif.com>
Thu, 17 Oct 2019 04:54:34 +0000 (12:54 +0800)
Also, update the NimBLE submodule to remove unwanted logging stuff

components/bt/host/nimble/Kconfig.in
components/bt/host/nimble/nimble

index f241cd047983695166a840079c1e42c4c488cea9..5dce9527224022059f49933b93961c45a9f59993 100644 (file)
@@ -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
index 5f6348d0ddd7f98841e458bbc808e8f7f5f23b23..acaed3b6a860457b5cf61ecddce7d7be2c61a60a 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 5f6348d0ddd7f98841e458bbc808e8f7f5f23b23
+Subproject commit acaed3b6a860457b5cf61ecddce7d7be2c61a60a