summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-05-01Merge tag 'LA.QSSI.12.0.r1-06800-qssi.0' into sugisawa-mr1HEADsugisawa-mr1alk3pInjection
"LA.QSSI.12.0.r1-06800-qssi.0" Change-Id: I23f39b2765f26720c58dfce4542c054931fa6ccd
2022-03-14Merge afe53da2731b3b836b241831a642c65b9225737e on remote branchLinux Build Service Account
Change-Id: I4f819f7e2b276184014b72259eb045541b1015b6
2022-01-24BT: Remove BATestAPP from QSSI debug buildNitin Shivpure
BATestAPP is not used in S release, Hence removing BATestAPP from QSSI debug build. CRs-fixed: 3115844 Change-Id: Iccf516e37648b19369447056835e6de6754bab83
2022-01-13bt: allow TARGET_USE_QTI_BT_STACK to be overriddensugisawaJake Weinstein
Change-Id: Idb04ad64a54fd28af9cf5ddd700ecefc36da35e0
2022-01-13bt: Make FM false unless the device tree overridesJake Weinstein
* Most devices do not support FM, but those that do can define it in their device tree. Change-Id: I797a2175e4cd277f8e83a02ce4642a0f52122ee1
2022-01-13bt: Use device name as BT device nameJake Weinstein
QCOM_BTD is an ugly string and the device name makes much more sense. Change-Id: I9f402b46107312c0720b5a43f1a56ba73543dce4
2022-01-13bt: Only build test apps on eng buildsJake Weinstein
* These aren't needed for userdebug. Change-Id: I9340cac236d1ed5abbab09be84c6b88334e794a2
2021-10-08Merge f60fd6f1a7ad68b091f5c7789caedf4d54857189 on remote branchLinux Build Service Account
Change-Id: I5c016254b6817f9d3bc69a969acd94e381c19e1f
2021-08-30Bluetooth: Add support for Hamilton SoC.Kiran Kelageri
This patch contains changes for supporting new BT chip Hamilton Change-Id: If34feafb4dc82ab1549b86aaa3db0c739a232c78
2021-08-26Merge d23bbc508323164a9ed3a4e43caa37daeb9a6bcb on remote branchLinux Build Service Account
Change-Id: I6d308c3c4fb3393b9b038052e12fe208ff7ae33f
2021-07-11FM: Disable FM for Automotive SPYanfei Zhou
This change is to amend the fix made in commit 37b8b79 Change-Id: I911a0469776959570fbc88278c8050b5688e25f3
2021-06-09Merge d5f3b5f0cbb32dcbd91bb754f43862daaae11432 on remote branchLinux Build Service Account
Change-Id: If2cbd9a9ce98a5abfa89b99d07699e1616191306
2021-05-19Avoid vendor BT stack compilation in pure AOSPSatish Kodishala
Avoid vendor BT stack compilation in pure AOSP CRs-Fixed: 2949459 Change-Id: Ifb2cbcc6e0abc23d988720d8dca100beccf2a83e
2021-04-06Merge f2e2761445386b20d00c0b91f5c002ca2ce6cfe5 on remote branchLinux Build Service Account
Change-Id: I4082bc425340970418ab98c7afec8af537ca36cb
2021-02-26Merge 4e6050832981f68830765491a4230597b888cbf4 on remote branchLinux Build Service Account
Change-Id: I8a8704d7e6fff1a07e56ff9258b0940c54de77ff
2021-02-19Branch merge to v/q/o/bluetooth-commonsys-intfSatish Kodishala
snapshot as of a2b3e3e3570d7ea4bd7dbef264d92c06cfee147b Change-Id: I97403041b16497b9649ebde17c5bc4a25f08e8a6
2021-02-01Merge bd2e1fd0043920a345cf30f2b1e4afff53acf573 on remote branchLinux Build Service Account
Change-Id: Iba4e150a62941c17bf039fca9deceae8da205a6c
2021-01-25FR 67742: Vendor Freeze - commonsys-intf interface-onlyBalakrishna Godavarthi
As part of this FR new files added with flags needed for system componenets to work. Change-Id: I79d852a4aab49d01448ad381e140c32cee08945c
2020-12-02Disable QTI BT stack in automotive SPSong Gao
Change-Id: I05e115503fefd6c8e8f2ddd4da63544cf0647509
2020-11-04Disable SAR for MSM8937 32 bit Go targetBalakrishna Godavarthi
This change disables SAR for MSM8937 32 bit Go target, as pronto BT SoC doesn't support it. Change-Id: Ic342593a98a0c5cf1edeb54839e9d599e6b9a5e8
2020-09-20Disable FM in Automotive SPFei Zheng
Change-Id: Ib7cd7e71f3a6d2b6bdb91344ac0b88193d63ca14
2020-09-14Add new enum to read BT maximum powerBalakrishna Godavarthi
This change adds new property BT_PROP_MAX_POWER. Change-Id: I85cfd19e0328eee11311db8ec878a52894cefaa8
2020-07-23bt: Add vendor.qti.hardware.btconfigstore@2.0 into product packageNitin Shivpure
Add vendor.qti.hardware.btconfigstore@2.0 into product package. CRs-fixed: 2739162 Change-Id: I36ca083bf333826ac8980541181aa52022671396
2020-07-13Add new enum for timeoutBalakrishna Godavarthi
This patch adds new enum BT_PROP_STACK_TIMEOUT Change-Id: I105f94e69acee145f721415e3128b8777b46f73c
2020-04-06Add support for Moselle SoCpriyankar
This patch contains changes for supporting new BT chip Moselle. Change-Id: Idd80bd832b831f05304f81165dd22c979afe7312
2020-01-25BT: Disable BT Dial up NetworkingNitin Shivpure
- Disable DUN. - Use feature flag to compile dun modules. CRs-fixed: 2610157 Change-Id: I832ab5abd33b11d2c9c0bdbe7c7a8ad1a292d9cd
2020-01-20btcommon: Move qti specific modules under qti flagNitin Shivpure
- Move qti specific modules under qti flag - Add conf into product_soong_namespace - Guard BA & BT test app with low_ram flag CRs-fixed: 2606311 Change-Id: I8dc40299e328919de6ecd257e5f435a63b61a767
2020-01-16Merge "ANT: Support of legacy and new ANT stack" into btcommon.lnx.6.0CNSS_WLAN Service
2020-01-14Fix compilation issues on lahainaMahesh Sharma
Disable compilation of BT/FTM/ANT modules when QMAA overlay flags are set to false. Change-Id: Iaee84354c82643da931a57d6017ead6824df1995
2020-01-13ANT: Support of legacy and new ANT stackMahesh Sharma
Add appropriate package name on the basis of transport used on target. Change-Id: I02163a7a50afba8c6ee6a766327b78c5df081d4e
2020-01-09FM: add FM Coex property to common interface define.himta ram
Add FM_PROP_WAN_RATCONF and FM_PROP_BTWLAN_LPFENABLER to common interface define. CRs-fixed: 2600779 Change-Id: I98cc415b7fe0c7634fa1420433cb72e1aec9595f
2020-01-02BluetoothExt: Disable DUN profileSravan voleti
Disable BluetoothExt (dun profile) from compilation. CRs-Fixed: 2595829 Change-Id: I9f5b6d9ec53d1df74ae6b6565859046315d74304
2019-12-31HY22: Add rule to compile ANT/BT/FM interface binNitin Shivpure
Add rule to compile ANT/BT/FM interface bin. CRs-fixed: 2595011 Change-Id: I35c056f552d054589058ce5fb3d4f9c8fa83bb5e
2019-12-27FM : Add common interface definehimta ram
Add FM_STATS_PROP to common interface define. CRs-fixed: 2595158 Change-Id: I4c4d40b98741521caf46f51e49b1f01a3e52f990
2019-12-18Bluetooth: select the appropriate Bluetooth implementationSravan voleti
This depends on the value of TARGET_USE_QTI_BT_STACK variable. Bug: 145926288 CRs-Fixed: 2585000 Change-Id: I4d2f0adb23081627825ee3958c2f562d2a54bebc
2019-12-18BT: Add static overlay config for qti & pure aosp bt stackNitin Shivpure
- Generic configuration is used for pure aosp bt stack. - QVA configuration is used for qti bt stack. CRs-fixed: 2589007 Change-Id: Ia40a996ba5164ba8a6fc5dde0dfb3ef859af1477
2019-11-26BT: Moving TARGET_USE_QTI_BT_STACK to product make fileNitin Shivpure
- if TARGET_FWK_SUPPORTS_FULL_VALUEADDS is true, then TARGET_USE_QTI_BT_STACK should be set to true to compile QC stack. - TARGET_USE_QTI_BT_STACK must not be true to compile pure aosp bt stack. Change-Id: Iefe13fea9332c7995353b7da05f5c3c2707bcc38
2019-11-08Bluetooth: Add vendor jni library to product packagesSafoorah Banu Shaik
- Add vendor jni library to product packages. Change-Id: I691be1c7abd91cfe4d782cfe0c758f7eaeecc7ee
2019-10-14QMAA: Add support for disabling BT and FM compilationsUmesh Vats
Add support for disabling BT/FM compilations during initial Android OS BU. During bringup, in platform *.mk file, the override flags will be marked false. Change-Id: I28c9445affb98af17782ad9a6d11f7b1bb0371fa
2019-08-20fm: add qcom.fmradio into product packagesNitin Shivpure
Add qcom.fmradio into product packages. Change-Id: Ie252b2829c2b8f712ce19059e245196788f24d0b
2019-08-13ANT: Fix ANT issueMahesh Kumar Sharma
Fix ANT issue by correcting compilation condition for legacy target. Change-Id: Id4256d0b1dfa25d5128840bd5cb1fb54afd25ea7
2019-07-24Blueooth-Wipower: Remove Wipower featureKiran Kelageri
Remove Wipower feature since dpor'd Change-Id: I861564df77158df0a02fe5d78649231f1e774ef4
2019-07-12Enable ANT on legacy targetsMahesh Sharma
With Android Q, product definition and enablement needs to be moved to tech specific project. This change enables ANT on legacy targets. Change-Id: Ic2daaaa581463735c267653be54908df21d72572
2019-07-01TWS_A2DP: Add TWS+ state support in BT config halpramod kotreshappa
Add TWS+ state to BT Prop. Change-Id: I13179556924fad0f1ceca2ebe6351eaf49e2e34f
2019-06-28Enable BT LAZY HAL config flagBalakrishna Godavarthi
This patch enables the LAZY HAL config flag for 8937_32go targets Change-Id: I80f149308d5609fda8ca4a7fc17e790132d7467f
2019-06-13Bluetooth: Add a2dp multicast to BT PROPpramod kotreshappa
Change-Id: I260edb07e6a2fd1f32d41decb94ac3bbd63ed98c
2019-06-12HFP-SWB: Include SWB props within BTConfigStoreKiran Kelageri
Change includes SWB feature enabling properties support to BtConfigStore. Change-Id: I67179bfab9145248e04a575543a387db331423df
2019-06-11BLE: Max GATT connections as a central are increased to 10Janardhana Rao Bokka
Increase the max number of connections to 10 when DUT acts as central role. It connects to maximum 10 peripherals. Change-Id: I1049a83b18ac0c3a10240b572d8f4c176d948bae
2019-05-15commonsys: Add FULL_VALUEADDS check for ANT/BT/FM/WIPOWER definesNitin Shivpure
Add FULL_VALUEADDS check for ANT/BT/FM/WIPOWER defines. Change-Id: Iae880c1c2177d456979bc998d86935d0908adf4e
2019-05-01FM: add qcom.radio from PRODUCT_BOOT_JARShimta ram
add qcom.radio from PRODUCT_BOOT_JARS. CRs-Fixed: 2445960 Change-Id: Iae880c1c2177d456979bc998d86935d0908ade3d