From f8a7c0b95bb37b4f1f64ae8c634dbb07d90f88be Mon Sep 17 00:00:00 2001 From: dianlujitao Date: Mon, 25 May 2020 11:15:11 +0800 Subject: [PATCH] sm7250-common: Switch to QTI bt stack Change-Id: I47016b066ae800d0071dbad6a1235cbc9db3cf80 Signed-off-by: KakatkarAkshay --- BoardConfigCommon.mk | 3 +++ system.prop | 3 +++ 2 files changed, 6 insertions(+) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index c6f6163..2bfef90 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -99,6 +99,9 @@ BOARD_SUPPORTS_SOUND_TRIGGER := true BOARD_USES_ALSA_AUDIO := true USE_CUSTOM_AUDIO_POLICY := 1 +# Bluetooth +TARGET_USE_QTI_BT_STACK := true + # Camera TARGET_USES_QTI_CAMERA_DEVICE := true USE_DEVICE_SPECIFIC_CAMERA := true diff --git a/system.prop b/system.prop index 20df6b9..cc518d8 100644 --- a/system.prop +++ b/system.prop @@ -3,6 +3,9 @@ audio.offload.min.duration.secs=30 persist.vendor.audio.hac.enable=false persist.vendor.audio_hal.dsp_bit_width_enforce_mode=24 +# Bluetooth +ro.bluetooth.library_name=libbluetooth_qti.so + # Camera camera.disable_zsl_mode=true