summaryrefslogtreecommitdiffstats
path: root/conf/bt_stack.conf
Commit message (Collapse)AuthorAgeFilesLines
* Turn off messages that has lower priority than warning.Matthew Xie2012-09-101-12/+12
| | | | Change-Id: Ib1f39b66b3422164f64fcbbf271636244b6cb1a3
* Minimized Bluetooth data traces (including L2CAP)Kausik Sinnaswamy2012-08-221-10/+10
| | | | | | | Configured the trace level to not report logs which are marked DEBUG or VERBOSE. Change-Id: I3112128d20140b28523edf439a1b6bd0c255d835
* Split and restructure the original BT vendor lib (I - ↵YK Jeffrey Chao2012-07-141-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | 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
* Consolidated patchset forKausik Sinnaswamy2012-07-141-0/+26
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