Integration of the AAC codec for A2DP source

Test: A2DP streaming to AAC headsets
Bug: 30958229

Change-Id: If019f9df71d4c3cab868c1d8749592aac4a87aa3
This commit is contained in:
Pavlin Radoslavov 2017-01-14 00:42:22 -08:00 committed by Andre Eisenbach
parent 28764df8a3
commit f9b17fed4b

View file

@ -50,6 +50,7 @@ typedef enum {
// NOTE: The values should be same as those listed in the following file: // NOTE: The values should be same as those listed in the following file:
// BluetoothCodecConfig.java // BluetoothCodecConfig.java
BTAV_A2DP_CODEC_INDEX_SOURCE_SBC = 0, 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,
BTAV_A2DP_CODEC_INDEX_SOURCE_APTX_HD, BTAV_A2DP_CODEC_INDEX_SOURCE_APTX_HD,
BTAV_A2DP_CODEC_INDEX_SOURCE_LDAC, BTAV_A2DP_CODEC_INDEX_SOURCE_LDAC,