feat(ble_mesh): Make alarm number configurable

This commit is contained in:
wangjialiang
2024-02-07 15:07:06 +08:00
committed by BOT
parent d5c6e53e8a
commit 6df1997db5
4 changed files with 24 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
config BT_ALARM_MAX_NUM
int "Maximum number of Bluetooth alarms"
default 50
help
This option decides the maximum number of alarms which
could be used by Bluetooth host.