summaryrefslogtreecommitdiffstats
path: root/conf/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* Initual Bluetooth open source releaseAndre Eisenbach2012-09-181-0/+0
| | | | | | | | First release under Apache source license with updated header files and whitespace cleanups. Also fixed file permission to remove executable bit from source files. Change-Id: I7155903edfc2f491c1cbbd0db108f207852caaa0
* Revert "Header file and whitespace cleanups"Matthew Xie2012-09-181-0/+0
| | | | | | | | This reverts commit cc914cffd521b2e6e1be804c82aea2388b843ebf More changes in the original CL after my cherry-pick. Change-Id: Ic144dba96aeb8a60611baac7565c9f628ab8f9eb
* Header file and whitespace cleanupsAndre Eisenbach2012-09-181-0/+0
| | | | | | | Also fixed file permission to remove executable bit from source files. Change-Id: I6954c2d16190bc35b1b0d38386543253696b1112
* Split and restructure the original BT vendor lib (I - ↵YK Jeffrey Chao2012-07-141-17/+6
| | | | | | | | | | | | | | | | | | | | | | | | | external/bluetooth/bluedroid). 1. Split the original external/bluetooth/bluedroid/vendor directory to two parts: external/bluetooth/bluedroid/hci and vendor/broadcom/libbt-vendor. Each part produces a .so library (libbt-hci.so and libbt-vendor.so). 2. libbt-hci.so contains: + HCI H4 send & receive functions + Userial read & write functions + LPM common logic operations + btsnoop functions. 3. No build-time (.txt) and run-time (.conf) configuration for libbt-hci.so. 4. libbt-vendor.so contains: + firmware patch download function + SCO configuration + LPM VSC and BT_WAKE control + UART port open + upio control for BT chip power on/off. 5. libbt-vendor.so has build-time and run-time configuration support. Change-Id: I61d55c75c66d25459d80893a5f72bccce2b54770
* Adding auto_pair_devlist.conf configuration file. Modified makefile and ↵Ganesh Ganapathi Batta2012-07-141-7/+11
| | | | | | btif_storage.c to include this configuration file as part of build and read during startup Change-Id: I2c30dd4269ca04c0ea2d4813a19b853c2c47d3f4
* Added changes for parsing bt_did.conf fileSreenidhi T2012-07-141-0/+8
| | | | Change-Id: I3cd885d49080a1bfa258c39881fd7cd5fdf2b652
* Added crespo4g configuration filesAndre Eisenbach2012-07-141-0/+3
| | | | Change-Id: Ieb8df86f8a284f7a65eb3057d96003e72c32fb84
* Consolidated patchset forKausik Sinnaswamy2012-07-141-0/+24
1) Run-time configuration: configure stack and vendor at run-time using bt_stack.conf and bt_vendor.conf in /etc/bluetooth/ 2) Build-time configuration: Auto-generate buildcfg.h header file from the target config bdroid_$(TARGET_DEVICE).txt file Change-Id: Ieebb71081b7de404eab37f9ff4596d3dc94547a7