From: wangmengyang Date: Thu, 6 Apr 2017 08:56:18 +0000 (+0800) Subject: component/bt: implement classic Bluetooth profiles A2DP(sink) and AVRCP(controller) X-Git-Tag: v2.1-rc1~196^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b5ea92a26edd60c15bf1698b95e5c8065d5c801a;p=esp-idf component/bt: implement classic Bluetooth profiles A2DP(sink) and AVRCP(controller) --- diff --git a/components/bt/bluedroid/osi/include/alarm.h b/components/bt/bluedroid/osi/include/alarm.h index 35c0f4666b..937874f219 100644 --- a/components/bt/bluedroid/osi/include/alarm.h +++ b/components/bt/bluedroid/osi/include/alarm.h @@ -26,7 +26,7 @@ typedef uint32_t period_ms_t; typedef void (*osi_alarm_callback_t)(void *data); -#define ALARM_CBS_NUM 20 +#define ALARM_CBS_NUM 30 #define ALARM_ID_BASE 1000 typedef struct alarm_t { /* timer id point to here */