From f9b17fed4b40039681b9034f53500797fa7d51fa Mon Sep 17 00:00:00 2001 From: Pavlin Radoslavov Date: Sat, 14 Jan 2017 00:42:22 -0800 Subject: [PATCH] Integration of the AAC codec for A2DP source Test: A2DP streaming to AAC headsets Bug: 30958229 Change-Id: If019f9df71d4c3cab868c1d8749592aac4a87aa3 --- include/hardware/bt_av.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/hardware/bt_av.h b/include/hardware/bt_av.h index e5f7b317..536badfa 100644 --- a/include/hardware/bt_av.h +++ b/include/hardware/bt_av.h @@ -50,6 +50,7 @@ typedef enum { // 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,