From d309e4be2d36d15fe7871f1abde9c1002356509b Mon Sep 17 00:00:00 2001 From: Amit Pundir Date: Tue, 25 Jul 2023 22:43:52 +0530 Subject: 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 Signed-off-by: Yongqin Liu --- product.prop | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/product.prop b/product.prop index 64230dcd..ced59036 100644 --- a/product.prop +++ b/product.prop @@ -15,12 +15,7 @@ bluetooth.device.class_of_device=90,2,12 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.nap.enabled?=true 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 -- cgit v1.2.3