summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
Commit message (Collapse)AuthorAgeFilesLines
* Bluetooth-Wipower: Wipower refactoring.Kiran Kelageri2015-08-041-1/+0
| | | | | | | Wipower code move from aosp (packages and frameworks) to vendor on M. Change-Id: I632d456acc99f53c482c828a9b44b2bea8a7d7fb
* Wipower: Disable wipower from AndroiManifest.xmlHemant Gupta2015-07-151-14/+0
| | | | | | | This patch removes wipower code from AndroidManifest.xml as this would be moved out to a new APK. Change-Id: I9a47abde5f5703f1111f240d55a7efb5daf887a2
* SAP: Disable proprietary Sap codeHemant Gupta2015-07-151-16/+16
| | | | | | This patch disables proprietary implementaiton of BT SAP. Change-Id: If1c179a0486ff0489f60ddb5bc8f6cf7dfee9d4a
* Bluetooth-Wipower: Enable wipower on 8996 target.Kiran Kelageri2015-04-201-0/+13
| | | | | | | Add A4WP service to manifest to enable wipower service on 8996 target. Change-Id: I58a7075b026e229895bf84db142dea035c926b7c
* Bluetooth-wipower: Flag based A4WP enabling.Rohit Singh2015-01-091-13/+0
| | | | | | | | | 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-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
* Bluetooth: Enable Pxp profile and test applicationSatish kumar sugasi2014-08-151-1/+1
| | | | | | | This enables support for pxp profile with LPP. Change-Id: I1ba41d0ecc0f923f3ab996879d8b2bed77c5ad44 CRs-Fixed: 581289
* Bluetooth: SAP: Enable SAP ServiceJuffin Alex Varghese2014-08-041-2/+0
| | | | | | Enable SAP Service in BluetoothExt app Change-Id: I6542cd9a8f7dce37e6e9b768feb302f77b6d2bc1
* Disable ProximityService, a4wp and btceserviceHemant Gupta2014-07-291-0/+6
| | | | | | Disable ProximityService, a4wp and btceservice Change-Id: If5ee8bc923d3b779123cce413ba9005c2a43df3f
* 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
* Revert "Bluetooth: BTC: Disable BTC module"Pradeep Panigrahi2014-02-191-2/+0
| | | | | | | | | This reverts commit 01b39464bf42a758b2b7ec5bb987a5ef6fb7b046. Conflicts: Android.mk Change-Id: Ia13aacdc437a8b469db109d1c206f7f90dfb8a7a
* Bluetooth: Application changes for A4WPKiran Kelageri2014-01-221-1/+13
| | | | | | | | Add A4wp profile implementation and related changes CRs-fixed: 587811 Change-Id: I558c9b6b73795cb6e685635a36708aa6f18791bb
* Bluetooth: Add support for LE proximity profileSatish kumar sugasi2013-12-161-0/+10
| | | | | | | This Enables Proximity service and pxp monitor test application Change-Id: I7be72defcae8c1d926e55aa29c744d7e64425f93 CRs-fixed: 580130
* FTP: Support both primary and secondary external storageAshwini Munigala2013-11-111-1/+3
| | | | | | | | | | | | | | Expose both PRIMARY (internal phone memory) and SECONDARY (external sdcard) memory partitions through FTP Server. File system paths are retreived from Enivronment variables EXTERNAL_STORAGE and SECONDARY_STORAGE. Folders naming "PHONE_MEMORY" and "EXTERNAL_MEMORY" are composed in folder listing at root path to get the USER selection for access to internal or external storage. Change-Id: I15fbb653ba745be32082ca51fccd5a6caa7b63d5 CRs-fixed: 504636
* Merge "Bluetooth: BTC: Disable BTC module"Linux Build Service Account2013-11-021-0/+2
|\
| * Bluetooth: BTC: Disable BTC modulePramod Sivaraman2013-10-281-0/+2
| | | | | | | | | | | | Disabled BTC in non-AR solutions. Change-Id: I0d43d97efb544c234b85adada31799db779f1e1a
* | Merge "Bluetooth: Merging two BT process into one BT process to reduce memory."Linux Build Service Account2013-10-311-1/+1
|\ \ | |/ |/|
| * Bluetooth: Merging two BT process into one BT process to reduce memory.Nitin Shivpure2013-10-211-1/+1
| | | | | | | | | | | | | | This patch enables BTC , MAP , FTP & SAP modules to run in com.android.bluetooth context. Change-Id: Iaaf2686375b23e4aa46b2912e3c53260fcb54a3e
* | Bluetooth: DUN: Introduce DUN profile support to BluetoothExt APKSrinu Jella2013-10-221-0/+27
|/ | | | | | | | | | - 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: SAP: Introduce SAP profile support to BluetoothExt APKSrinu Jella2013-07-191-0/+27
| | | | | | | | | | This Change consists of: - Read SAP requests from Rfcomm channel and pass them to SAP server - Read the responses from SAP server and route them to Rfcomm channel - Authorization changes - SAP profile Connection status notification Change-Id: Ib692ef28ab5009346f9a3b6e44cb9b3b6c3f2bfa
* Bluetooth: Support OBEX FTP profile on Bluedroid.Ashwini Munigala2013-06-271-0/+24
| | | | | | | | | | | Porting changes for FTP on Bluedroid as a part of BluetoothExt APK. Support FTP 1.1 version features. Handle FTP Authorization from BluetoothExt APK instead from AOSP Settings proj. CRs-fixed: 504049 Change-Id: Iec2ee10b47599db8fa7f2b8e4da36dee25c577c9
* Bluetooth: Support OBEX MAP profile on Bluedroid.Ashwini Munigala2013-06-271-0/+33
| | | | | | | | | | | 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-2/+2
| | | | | | | Changed the Bluetooth package name from 'qcom.android.bluetooth' to 'org.codeaurora.bluetooth'. Change-Id: Id58856c1daebd2a91bdeadc02479de006875d5c1
* Bluetooth: Introduce BTC ServicePramod Sivaraman2013-05-151-0/+64
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