diff options
author | Vishal Mahaveer | 2014-11-14 11:51:48 -0600 |
---|---|---|
committer | Vishal Mahaveer | 2014-11-14 11:51:48 -0600 |
commit | 7a7080371e3ff3a4973d9944d175a637aba3d460 (patch) | |
tree | b73be61b636831c165762ca6ffee888e270b1500 /bluetooth/bdroid_buildcfg.h | |
parent | d0b1d21809b85a9a17479846c05501ddc212f365 (diff) | |
download | device-ti-jacinto6evm-7a7080371e3ff3a4973d9944d175a637aba3d460.tar.gz device-ti-jacinto6evm-7a7080371e3ff3a4973d9944d175a637aba3d460.tar.xz device-ti-jacinto6evm-7a7080371e3ff3a4973d9944d175a637aba3d460.zip |
jacinto6evm: update bluedroid configuration
Update bluedroid device configuration to enable car related
Bluetooth profiles.
Reference patch taken from device/lge/hammerhead.
Change-Id: Idc3a00c98ce5a0f89153ad248d45994ad414ef0d
Signed-off-by: Vishal Mahaveer <vishalm@ti.com>
Diffstat (limited to 'bluetooth/bdroid_buildcfg.h')
-rw-r--r-- | bluetooth/bdroid_buildcfg.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bluetooth/bdroid_buildcfg.h b/bluetooth/bdroid_buildcfg.h index 38aa2b0..5cc4ade 100644 --- a/bluetooth/bdroid_buildcfg.h +++ b/bluetooth/bdroid_buildcfg.h | |||
@@ -19,4 +19,10 @@ | |||
19 | 19 | ||
20 | #define BTM_DEF_LOCAL_NAME "Jacinto6" | 20 | #define BTM_DEF_LOCAL_NAME "Jacinto6" |
21 | 21 | ||
22 | /* Handsfree device */ | ||
23 | #define BTA_DM_COD {0x20, 0x04, 0x08} | ||
24 | |||
25 | /* Enable A2DP sink */ | ||
26 | #define BTA_AV_SINK_INCLUDED TRUE | ||
27 | |||
22 | #endif | 28 | #endif |