Merge branch 'nimble/misc_menuconfig_options' into 'master'
NimBLE: Add misc menuconfig options See merge request espressif/esp-idf!5843
This commit is contained in:
commit
d9c02bc36c
2 changed files with 10 additions and 3 deletions
|
@ -1,7 +1,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 10
|
range 1 9
|
||||||
default 1
|
default 1
|
||||||
depends on BT_NIMBLE_ENABLED
|
depends on BT_NIMBLE_ENABLED
|
||||||
help
|
help
|
||||||
|
@ -23,7 +23,7 @@ config BT_NIMBLE_MAX_CCCDS
|
||||||
|
|
||||||
config BT_NIMBLE_L2CAP_COC_MAX_NUM
|
config BT_NIMBLE_L2CAP_COC_MAX_NUM
|
||||||
int "Maximum number of connection oriented channels"
|
int "Maximum number of connection oriented channels"
|
||||||
range 0 10
|
range 0 9
|
||||||
depends on BT_NIMBLE_ENABLED
|
depends on BT_NIMBLE_ENABLED
|
||||||
default 0
|
default 0
|
||||||
help
|
help
|
||||||
|
@ -50,6 +50,13 @@ config BT_NIMBLE_PINNED_TO_CORE
|
||||||
default 1 if BT_NIMBLE_PINNED_TO_CORE_1
|
default 1 if BT_NIMBLE_PINNED_TO_CORE_1
|
||||||
default 0
|
default 0
|
||||||
|
|
||||||
|
config BT_NIMBLE_TASK_STACK_SIZE
|
||||||
|
int "NimBLE Host task stack size"
|
||||||
|
depends on BT_NIMBLE_ENABLED
|
||||||
|
default 4096
|
||||||
|
help
|
||||||
|
This configures stack size of NimBLE host task
|
||||||
|
|
||||||
config BT_NIMBLE_ROLE_CENTRAL
|
config BT_NIMBLE_ROLE_CENTRAL
|
||||||
bool "Enable BLE Central role"
|
bool "Enable BLE Central role"
|
||||||
depends on BT_NIMBLE_ENABLED
|
depends on BT_NIMBLE_ENABLED
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 4839d84f61296b7d7479350ebb92908b0fdb1329
|
Subproject commit adcd9408695cb4f873f117eb8c92007455b2c066
|
Loading…
Reference in a new issue