add sink send delay reporting
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user