add sink send delay reporting

This commit is contained in:
xiongweichao
2022-03-17 21:55:46 +08:00
committed by BOT
parent 2042840974
commit 9126e4f07b
22 changed files with 721 additions and 49 deletions
@@ -29,7 +29,6 @@
/*****************************************************************************
** Constants
*****************************************************************************/
#define A2D_VERSION 0x0102
/* Number of attributes in A2D SDP record. */
#define A2D_NUM_ATTR 6
@@ -52,6 +51,7 @@ typedef struct {
tA2D_FIND_CB find; /* find service control block */
UINT8 trace_level;
UINT16 avdt_sdp_ver; /* AVDTP version */
UINT16 a2dp_sdp_ver; /* A2DP version */
} tA2D_CB;
@@ -70,9 +70,6 @@ extern tA2D_CB *a2d_cb_ptr;
#define a2d_cb (*a2d_cb_ptr)
#endif
/* Used only for conformance testing */
extern void a2d_set_avdt_sdp_ver (UINT16 avdt_sdp_ver);
#ifdef __cplusplus
}
#endif