From 1e90e1482dc38ff756027f7dfe96e5f394ef994f Mon Sep 17 00:00:00 2001 From: gengyuchao Date: Mon, 17 Aug 2020 14:10:26 +0800 Subject: [PATCH] Solve the problem of insufficient osi_alarm. --- components/bt/bluedroid/osi/include/osi/alarm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/bt/bluedroid/osi/include/osi/alarm.h b/components/bt/bluedroid/osi/include/osi/alarm.h index f60528cc2c..8c33135b86 100644 --- a/components/bt/bluedroid/osi/include/osi/alarm.h +++ b/components/bt/bluedroid/osi/include/osi/alarm.h @@ -33,7 +33,7 @@ typedef enum { OSI_ALARM_ERR_INVALID_STATE = -3, } osi_alarm_err_t; -#define ALARM_CBS_NUM 80 //ble mesh will use 30+node timers, so change it from 50 to 80 +#define ALARM_CBS_NUM 120 //ble mesh will use 30+node timers, so change it from 50 to 120 #define ALARM_ID_BASE 1000 int osi_alarm_create_mux(void);