mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-01 19:54:32 +02:00
component/bt: implement classic Bluetooth profiles A2DP(sink) and AVRCP(controller)
This commit is contained in:
@@ -26,7 +26,7 @@
|
|||||||
typedef uint32_t period_ms_t;
|
typedef uint32_t period_ms_t;
|
||||||
typedef void (*osi_alarm_callback_t)(void *data);
|
typedef void (*osi_alarm_callback_t)(void *data);
|
||||||
|
|
||||||
#define ALARM_CBS_NUM 20
|
#define ALARM_CBS_NUM 30
|
||||||
#define ALARM_ID_BASE 1000
|
#define ALARM_ID_BASE 1000
|
||||||
typedef struct alarm_t {
|
typedef struct alarm_t {
|
||||||
/* timer id point to here */
|
/* timer id point to here */
|
||||||
|
Reference in New Issue
Block a user