| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
btif_storage.c to include this configuration file as part of build and read during startup
Change-Id: I2c30dd4269ca04c0ea2d4813a19b853c2c47d3f4
|
|
|
|
| |
Change-Id: Ie924cd324c85ca2037e94402a145a4eeeed62511
|
|
|
|
| |
Change-Id: I51ef7e1130a86ed2c757c7e7cf7e15f993537949
|
|
|
|
|
|
| |
disable when closing the snoop logfile
Change-Id: I89b934d599214ee3ec1b5f52b72fd2d496d1f2a6
|
|
|
|
| |
Change-Id: I3cd885d49080a1bfa258c39881fd7cd5fdf2b652
|
|
|
|
| |
Change-Id: Ieb8df86f8a284f7a65eb3057d96003e72c32fb84
|
|
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
|