set BT_CTRL_BLE_MAX_ACT default value to 6

This commit is contained in:
zhiweijian
2023-03-10 14:18:36 +08:00
parent 7ad9e885e4
commit 3be3bef3a6
2 changed files with 5 additions and 3 deletions

View File

@@ -4,11 +4,13 @@ config BT_CTRL_MODE_EFF
config BT_CTRL_BLE_MAX_ACT
int "BLE Max Instances"
default 10
default 6
range 1 10
help
BLE maximum activities of bluetooth controllerboth of connections,
scan , sync and adv(periodic adv, multi-adv).
scan , sync and adv(periodic adv, multi-adv). Each instance needs to
consume 828 bytes, you can save RAM by modifying the instance value
according to actual needs.
config BT_CTRL_BLE_MAX_ACT_EFF
int