product.prop: Update bluetooth properties
Disable LeAudio related profile which are not supported.
Fixes CtsBluetoothTestCases failures.
Test: atest CtsBluetoothTestCases with 4 failues of BluetoothLeScanTest
Summary (Test executed with 1 devices.)
-------
arm64-v8a CtsBluetoothTestCases: Passed: 396, Failed: 4, Ignored: 0, Assumption Failed: 109,
4 tests failed
--------------
android.bluetooth.cts.BluetoothLeScanTest#testScanFromSourceWithoutFilters
android.bluetooth.cts.BluetoothLeScanTest#testBasicBleScan
android.bluetooth.cts.BluetoothLeScanTest#testScanFromSourceWithFilters
android.bluetooth.cts.BluetoothLeScanTest#testScanFilter
Change-Id: I4eb615895c8dfcfba9a3fbd46d41ec49fcd057c1
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
diff --git a/product.prop b/product.prop
index 64230dc..ced5903 100644
--- a/product.prop
+++ b/product.prop
@@ -15,12 +15,7 @@
bluetooth.profile.asha.central.enabled?=true
bluetooth.profile.a2dp.source.enabled?=true
bluetooth.profile.avrcp.target.enabled?=true
-bluetooth.profile.bap.broadcast.assist.enabled?=true
-bluetooth.profile.bap.unicast.client.enabled?=true
-bluetooth.profile.bas.client.enabled?=true
-bluetooth.profile.csip.set_coordinator.enabled?=true
bluetooth.profile.gatt.enabled?=true
-bluetooth.profile.hap.client.enabled?=true
bluetooth.profile.hfp.ag.enabled?=true
bluetooth.profile.hid.device.enabled?=true
bluetooth.profile.hid.host.enabled?=true
@@ -31,8 +26,15 @@
bluetooth.profile.pan.panu.enabled?=true
bluetooth.profile.pbap.server.enabled?=true
bluetooth.profile.sap.server.enabled?=true
-bluetooth.profile.ccp.server.enabled?=true
-bluetooth.profile.vcp.controller.enabled?=true
+
+# Disable LeAudio related profile as there is no support for it
+bluetooth.profile.bap.broadcast.assist.enabled=false
+bluetooth.profile.bap.unicast.client.enabled=false
+bluetooth.profile.bas.client.enabled=false
+bluetooth.profile.ccp.server.enabled=false
+bluetooth.profile.csip.set_coordinator.enabled=false
+bluetooth.profile.hap.client.enabled=false
+bluetooth.profile.vcp.controller.enabled=false
# Set BLE vendor specific extensions support to false
bluetooth.ble.vnd.included?=false