]> granicus.if.org Git - esp-idf/commitdiff
component/bt: implement classic Bluetooth profiles A2DP(sink) and AVRCP(controller)
authorwangmengyang <wangmengyang@espressif.com>
Thu, 6 Apr 2017 08:56:18 +0000 (16:56 +0800)
committerwangmengyang <wangmengyang@espressif.com>
Thu, 6 Apr 2017 08:56:18 +0000 (16:56 +0800)
components/bt/bluedroid/osi/include/alarm.h

index 35c0f4666b218718b42d39f16adf18fed8bd2eb4..937874f219544b6fb2c37a080b23aed6dc7215ef 100644 (file)
@@ -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 */