OSDN Git Service

Increase the A2DP version from 1.2 to 1.3
authorPavlin Radoslavov <pavlin@google.com>
Wed, 2 May 2018 22:09:42 +0000 (15:09 -0700)
committerPavlin Radoslavov <pavlin@google.com>
Fri, 4 May 2018 02:18:01 +0000 (19:18 -0700)
Some headsets do not support properly the AVDTP 1.3 Delay Reporting
if the A2DP version is 1.2 .

Bug: 78409461
Test: Manual with Headsets that support AVDTP 1.3 Delay Reporting
      TestTracker/161070
Change-Id: Ia1e3afb3b5159101bc65b036ca5bd9f55ed4c431

stack/a2dp/a2dp_int.h

index 713faa7..708f908 100644 (file)
@@ -29,7 +29,7 @@
 /*****************************************************************************
  *  Constants
  ****************************************************************************/
-#define A2DP_VERSION 0x0102
+#define A2DP_VERSION 0x0103
 
 /* Number of attributes in A2DP SDP record. */
 #define A2DP_NUM_ATTR 6