Merge branch 'bugfix/a2dp_error_code' into 'master'

bt: Update A2DP version to v1.4

Closes BT-2918, BT-2919, and BT-2932

See merge request espressif/esp-idf!21142
This commit is contained in:
Wang Meng Yang
2022-12-13 14:56:18 +08:00
11 changed files with 56 additions and 61 deletions

View File

@@ -30,7 +30,8 @@
** constants
*****************************************************************************/
#define A2D_VERSION 0x0102
#define A2D_VERSION_SYC 0x0103
#define A2D_VERSION_1_3 0x0103
#define A2D_VERSION_1_4 0x0104
/* Profile supported features */
#define A2D_SUPF_PLAYER 0x0001