summaryrefslogtreecommitdiffstats
path: root/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* Add makefile guard, this needs proprietary parts now.Steve Kondik2015-11-071-0/+4
| | | | Change-Id: I9f0579ef5f1590612bc14f401f1f682ddd5fc5e9
* Remove TARGET_USES_AOSP dependencyHemant Gupta2015-08-181-4/+0
| | | | | | | This patch removes dependency of TARGET_USES_AOSP flag for compilation of vendor/qcom/opensource/bluetooth project. Change-Id: I5d2f645da6ff9acd6cee3e443450ab133b5e3a76
* Bluetooth-Wipower: Wipower refactoring.Kiran Kelageri2015-08-041-7/+0
| | | | | | | Wipower code move from aosp (packages and frameworks) to vendor on M. Change-Id: I632d456acc99f53c482c828a9b44b2bea8a7d7fb
* Bluetooth: Disabling a4wp module and wbc lib dependency.Mahesh Kumar Sharma2015-08-011-2/+2
| | | | | | | | a4wp and wbc projects are not enabled on 8996 M. Disabling dependency on these projects to resolve compilation errors. Change-Id: I8aa4f623d8ad38a8bc21bf7d7349078006f674e4
* MAP: Fix compilation errors in BttestAppHemant Gupta2015-07-201-1/+0
| | | | | | | This patch fixes compilation error in BTTestApp due to changes in SDK API's. Change-Id: I9d949af14789fe4e4bc96611c00819d7b43db782
* PXP: Disable proximity code to fix compilation issuesHemant Gupta2015-07-151-2/+2
| | | | | | This patch disables proximity code to fix compilation issues Change-Id: I481aa1b420eb33cde5fd13ec87920a17e62f640f
* SAP: Disable proprietary Sap codeHemant Gupta2015-07-151-1/+0
| | | | | | This patch disables proprietary implementaiton of BT SAP. Change-Id: If1c179a0486ff0489f60ddb5bc8f6cf7dfee9d4a
* Enable compilation of bluetooth projectHemant Gupta2015-07-151-1/+1
| | | | | | Enable compilation of vendor/qcom/opensource/bluetooth git. Change-Id: I68e74734f6d97eda6be27dc77d7872b9a0899660
* Bluetooth-wipower: Flag based A4WP enabling.Rohit Singh2015-01-091-2/+7
| | | | | | | | | wipower flag is been added to the board specific config file, So that the A4WP can be enabled based on this flag. Removing A4WP from manifest file Change-Id: Ia546b6cd0f8d40b4381bf3eb3bde4e721e34a99b CRs-fixed: 770519
* Bluetooth: Force BluetoothExt to 32-bitAjay Kumar2014-12-061-1/+4
| | | | | | | | | Force BluetoothExt module to 32-bit only, and specify the libbluetooth_jni library as a library dependency. Change-Id: I2cf06bd7a66fec5daa5caae9030c4f3291171fdd CRs-Fixed: 765868
* Revert "Bluetooth-Wipower: Add compilation flag"Hemant Gupta2014-09-231-8/+5
| | | | | | | | | This reverts commit 841649ae6f15bd13b4084e8e4eb28bc7aec49f91. Without this patch bluetooth was crashing because of missing files for wipower in bluetoothext.apk Change-Id: I3072cf88e14a95a81675742cf004ce9833517ca1 CRs-Fixed: 728710
* Bluetooth-Wipower: Add compilation flagHemant Gupta2014-09-171-5/+8
| | | | | | | This patch puts wipower code under target specifc compilation flag. Based on target, wipower is enabled or disabled. Change-Id: Ia7a31ad119313cdafee8aaab52b404693f8e8da5
* Merge "Bluetooth-wipower: Enabling A4WP Profile."Linux Build Service Account2014-09-041-2/+2
|\
| * Bluetooth-wipower: Enabling A4WP Profile.Kiran Kelageri2014-08-271-2/+2
| | | | | | | | | | | | | | | | Changes have been made to enable A4WP profile and adevrtising API based on the Google peripheral code changes. Change-Id: I60a9ebf70da5f073a2046a407ddf8cc0a4f74399 CRs-fixed: 713981
* | Compile out for TARGET_USES_AOSPHarshal Trivedi2014-08-221-0/+4
|/ | | | | | To resolve compilation failure due to dependency on flag. Change-Id: I4e69fee28212cbd1a29970f0ae427a6dc6c648f6
* Bluetooth: Enable Pxp profile and test applicationSatish kumar sugasi2014-08-151-2/+2
| | | | | | | This enables support for pxp profile with LPP. Change-Id: I1ba41d0ecc0f923f3ab996879d8b2bed77c5ad44 CRs-Fixed: 581289
* Bluetooth: SAP: Enable SAP ServiceJuffin Alex Varghese2014-08-041-0/+1
| | | | | | Enable SAP Service in BluetoothExt app Change-Id: I6542cd9a8f7dce37e6e9b768feb302f77b6d2bc1
* Disable ProximityService, a4wp and btceserviceHemant Gupta2014-07-291-4/+4
| | | | | | Disable ProximityService, a4wp and btceservice Change-Id: If5ee8bc923d3b779123cce413ba9005c2a43df3f
* Disable SAP and MAP codeHemant Gupta2014-07-291-2/+0
| | | | | | Disable SAP and MAP code. Change-Id: I798bc07d84bc86dab7f53a06c3cca9c1b53e69e1
* Allow compilation of BluetoothExt.apkHemant Gupta2014-07-291-7/+2
| | | | | | | | | This patch removes unncessary checks in Android.mk which were preventing compilation of vendor/qcom/opensource/bluetooth project. The changes were added during L bring up to remove compilation errors as BT changes were missing. Change-Id: Ibeefb0b62e9b403f603aa6994dd6e09a0a337f32
* Merge tag 'AU_LINUX_ANDROID_KK.04.04.04.010.060' into HEADSudhir Sharma2014-07-231-0/+2
|\ | | | | | | | | | | AU_LINUX_ANDROID_KK.04.04.04.010.060 based on quic/aosp/kk Change-Id: I78c23120b105a2076590a0ce935d580f3a8588a1
| * Bluetooh-wipower: Support for power apply and charge complete API's.Kiran Kelageri2014-07-111-0/+2
| | | | | | | | | | | | | | | | Support for Power apply command from app layer provided along with charge complete api's as a part of wipower charging. Change-Id: I32bae53d87c2af123c86b9f744093cdada18852d CRs-fixed: 671422
* | Compilation issues fixManish Kumar2014-07-041-2/+2
|/ | | | Change-Id: I0e57b9e7b9450c8c506ea03c158cdcceb332fc02
* Revert "Bluetooth: BTC: Disable BTC module"Pradeep Panigrahi2014-02-191-5/+3
| | | | | | | | | This reverts commit 01b39464bf42a758b2b7ec5bb987a5ef6fb7b046. Conflicts: Android.mk Change-Id: Ia13aacdc437a8b469db109d1c206f7f90dfb8a7a
* bluetooth: disable build for aarch64Vishwanatha Kumar Ultur2014-01-311-0/+5
| | | | | | Disable building bluetooth for aarch64 Change-Id: If05aedf2a2a1cb5a4f00806c808a1c833aa98852
* Bluetooth: Application changes for A4WPKiran Kelageri2014-01-221-1/+2
| | | | | | | | Add A4wp profile implementation and related changes CRs-fixed: 587811 Change-Id: I558c9b6b73795cb6e685635a36708aa6f18791bb
* Merge "Bluetooth: Add support for LE proximity profile"Linux Build Service Account2014-01-011-2/+4
|\
| * Bluetooth: Add support for LE proximity profileSatish kumar sugasi2013-12-161-2/+4
| | | | | | | | | | | | | | This Enables Proximity service and pxp monitor test application Change-Id: I7be72defcae8c1d926e55aa29c744d7e64425f93 CRs-fixed: 580130
* | Bluetooth: Disable MAP Server profileNitin Shivpure2013-12-191-2/+1
|/ | | | | | | | | | Disable QCOM specific MAP1.0 Server implementation from BluetoothExt. Mark "android:enabled" attribute for MAP Server components as false to disable QCOM specific MAP server profile features. Change-Id: Icac08639e53a2f705a025d679ff020f324d07e79 CRs-Fixed: 587347
* Bluetooth: BTC: Disable BTC modulePramod Sivaraman2013-10-281-2/+5
| | | | | | Disabled BTC in non-AR solutions. Change-Id: I0d43d97efb544c234b85adada31799db779f1e1a
* Bluetooth: DUN: Introduce DUN profile support to BluetoothExt APKSrinu Jella2013-10-221-1/+2
| | | | | | | | | | - Read DUN requests from Rfcomm channel and pass them to DUN server - Read the responses from DUN server and route them to Rfcomm channel - Handles DUN profile Connection status notification - Handles Modem status notification CRs-Fixed: 557180 Change-Id: I9b03bbd4481e850e6bde69b3da02c579c806739d
* Bluetooth: Test App for MAP, PBAP and HFP client role.Ashwini Munigala2013-08-271-29/+0
| | | | | | | | | | Bluetooth Test application (BTTestApp.apk ) for verification of MAP client, PBAP and HFP client role implementation. Disable HFP Client role relevant test features for now. Change-Id: I5ef49a2980b9ae28abbc7272c0470c05d7cd17da CRs-fixed: 530274
* PBAP: Support PBAP Client role on Bluedroid.Ashwini Munigala2013-08-211-0/+16
| | | | | | | | Implementation of org.codeaurora.bluetooth.pbapclient, STATIC JAVA lib for PBAP client role. Change-Id: I76919204c5cc342325da37250d5d2ae00f05f39f CRs-fixed: 530274
* MAP: Support MAP Client role on Bluedroid.Ashwini Munigala2013-08-211-1/+19
| | | | | | | | Implementation of org.codeaurora.bluetooth.mapclient, STATIC JAVA lib for MAP Client role. Change-Id: Icb9474626d40f3cd6d40cf72e6a810b7a436819e CRs-fixed: 530274
* Bluetooth: Support OBEX MAP profile on Bluedroid.Ashwini Munigala2013-06-271-0/+6
| | | | | | | | | | | Porting changes for MAP on Bluedroid as a part of BluetoothExt APK. Support MAP 1.0 version features. Handle MAP Authorization Settings from BluetoothExt APK instead from AOSP Settings proj. CRs-fixed: 504042 Change-Id: If12233e8c2861fec3105076b8fcdc58448405e6a
* BTC: Rename package name to org.codeaurora.bluetoothPramod Sivaraman2013-06-211-1/+1
| | | | | | | Changed the Bluetooth package name from 'qcom.android.bluetooth' to 'org.codeaurora.bluetooth'. Change-Id: Id58856c1daebd2a91bdeadc02479de006875d5c1
* Bluetooth: Introduce BTC ServicePramod Sivaraman2013-05-151-0/+16
Introduce the BTC Service which listen to the Bluetooth related events and send those events to the connected client. BT-WLAN coex module would connect to this socket as client and listen to BT related events Change-Id: Ic8223d6c761bb9e64ce94b83b2a947c1ad87b1d4