summaryrefslogtreecommitdiffstats
path: root/gki
Commit message (Collapse)AuthorAgeFilesLines
* Add support for per device bluetooth configuration.Wink Saville2012-08-162-8/+3
| | | | | | | | Rather than using a text file and generating each buildcfg.h file per device bdroid_buildcfg.h which supplies device specific values and then bt_target.h will supply common values. Change-Id: I12cb5408729c3e076562a292204f07a0c4b52628
* replace logx with alogxMatthew Xie2012-07-141-4/+4
| | | | | | | | | | | | | | | | | Conflicts: btif/src/btif_core.c btif/src/btif_dm.c btif/src/btif_hh.c btif/src/btif_sock.c gki/ulinux/gki_ulinux.c hci/include/bt_hci_bdroid.h hci/src/bt_hci_bdroid.c hci/src/btsnoop.c hci/src/hci_h4.c hci/src/userial.c vendor/libvendor/src/hardware.c vendor/libvendor/src/upio.c
* Resolved uipc task termination issue during bluetooth on/off cycle.Mattias Agren2012-07-142-82/+82
| | | | | | Cleanup. Change-Id: Iccaa9c36289108d8fc8a2ce7349cef6c6639b2a9
* Move build configuration files to output directoryAndre Eisenbach2012-07-141-2/+3
| | | | | | | | | | | Build configuration files (buildcfg.h and vnd_buildcfg.h) are now automatically generated on demand in the intermediate output directories for each platform. In addition, buth buildcfg.h and vnd_buildcfg.h files are now generated using a common script. Change-Id: I3580701f32f1993750588d15bd529c6ee337031b
* Consolidated patchset forKausik Sinnaswamy2012-07-141-1/+3
| | | | | | | 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
* Revise on/off control process to address bdroid crashes seen in BT on/off ↵jechao2012-07-142-0/+86
| | | | | | stress tests. Change-Id: I3c2ed587ddddb293f14c281ccdebb5ba4bf23a7e
* AV control and data path addedKausik Sinnaswamy2012-07-143-19/+21
| | | | Change-Id: I88ec6084c140fa257154a98e23e075900e84cc8c
* Initial Bluedroid stack commitAndre Eisenbach2012-07-1410-0/+5324