Merge "Integration of the AAC codec for A2DP source" am: 314f08379f am: 428b764c7a am: b39dfc5954
am: b3f85b06bc
Change-Id: I660a6bf63940d5702e8c71e3a7387604470e343f
diff --git a/include/hardware/bt_av.h b/include/hardware/bt_av.h
index e5f7b31..536badf 100644
--- a/include/hardware/bt_av.h
+++ b/include/hardware/bt_av.h
@@ -50,6 +50,7 @@
// NOTE: The values should be same as those listed in the following file:
// BluetoothCodecConfig.java
BTAV_A2DP_CODEC_INDEX_SOURCE_SBC = 0,
+ BTAV_A2DP_CODEC_INDEX_SOURCE_AAC,
BTAV_A2DP_CODEC_INDEX_SOURCE_APTX,
BTAV_A2DP_CODEC_INDEX_SOURCE_APTX_HD,
BTAV_A2DP_CODEC_INDEX_SOURCE_LDAC,