1. 79ecab5 Move controller module to device directory by Chris Manton · 10 years ago
  2. 78a51cb counter implementation by Chris Manton · 10 years ago
  3. f3bf1b7 Remove uncompiled unused PBAP support by Zach Johnson · 10 years ago
  4. 794f3b5 Removal of bd.[c|h] by Chris Manton · 10 years ago
  5. 8e90de4 Remove some remaining references to OBX by Zach Johnson · 10 years ago
  6. 9df3c8c Remove a bunch of always-false macros by Zach Johnson · 10 years ago
  7. e623c26 Remove definitions for DUN by Zach Johnson · 10 years ago
  8. 86a56d3 Remove always false TCS_INCLUDED macro & friends by Zach Johnson · 10 years ago
  9. c8235d0 Remove remaining references to GOEP by Zach Johnson · 10 years ago
  10. 24933b5 Removing unnecessary BTAPI #defines. by June R. Tate-Gans · 10 years ago
  11. a9a9dc0 Remove BTTRC_INCLUDED by Zach Johnson · 10 years ago
  12. 3e130f3 Modulizification of GKI by Zach Johnson · 10 years ago
  13. 093948a Modulizification of the HCI layer by Zach Johnson · 10 years ago
  14. 9891f32 Refactor btsnoop and stack config into modules by Zach Johnson · 10 years ago
  15. 307381e Remove btu_task and replace with bt_workqueue reactor by Chris Manton · 10 years ago
  16. aa0f6ec Logging cleanup by Chris Manton · 10 years ago
  17. 066ab9d Eliminate memory leaks and unsafe callbacks in BTA and BTE. by Sharvil Nanavati · 10 years ago
  18. c0e2f99 Disassociate hash algorithm with hash function name by Zach Johnson · 10 years ago
  19. 8df0d80 Move all stack init/start_up/shut_down/clean_up on a single known thread by Zach Johnson · 10 years ago
  20. 733a06e Refactor bte_main into more of a shell. by Zach Johnson · 10 years ago
  21. bf8193b HCI layer cleanup by Zach Johnson · 10 years ago
  22. 0479703 Remove must-always-be-true BTU_BTA_INCLUDED by Chris Manton · 10 years ago
  23. 0eefef0 btif task removal and reactor insertion by Chris Manton · 10 years ago
  24. b624938 Eliminate GKI_run and GKI_stop. Neither had any effect. by Sharvil Nanavati · 10 years ago
  25. f79d286 Move BTU task creation into stack/btu/btu_init.c. by Sharvil Nanavati · 10 years ago
  26. 1802329 Replace timers and btu_task by Chris Manton · 10 years ago
  27. 860a9af Replace mailboxes with fixed queues. by Chris Manton · 10 years ago
  28. 462cd3f Re-layout Android.mk for single shared library by Chris Manton · 10 years ago
  29. 2c26d1d Remove unused "file system" concept & friends by Zach Johnson · 10 years ago
  30. 186d095 Eliminate call out/in indirection in bta_sys by Zach Johnson · 10 years ago
  31. da0446b Fix memory leak in BTU where enequeued buffers were never freed on shutdown. by Sharvil Nanavati · 10 years ago
  32. 7fa65f7 Rename init/cleanup to start_up/shut_down in the HCI layer by Zach Johnson · 10 years ago
  33. 933d418 Remove incomplete FTP #defines and implementation by Zach Johnson · 10 years ago
  34. 76ac6d8 Remove indirection in the controller reset sequence by Zach Johnson · 10 years ago
  35. 8a6a89f Introduce btcore, a low-level library to manipulate Bluetooth data types. by Sharvil Nanavati · 10 years ago
  36. b95c4ef Switch over from an XML based file format to .INI-style conf files by Sharvil Nanavati · 10 years ago
  37. 72b0ba2 Remove unused #define RPC_INCLUDED by Chris Manton · 10 years ago
  38. e93ac12 SCO socket support in bluedroid by Ian McKellar · 11 years ago
  39. fbbd42b Refactor HCI layer by Zach Johnson · 10 years ago
  40. 14a559a Switch over duplicated timer_create routines to new alarm code. by Sharvil Nanavati · 10 years ago
  41. b67820c Add a system property for libbt-vendor.so initialization timeout by Sharvil Nanavati · 11 years ago
  42. 311e88d Add ability to preserve existing snoop log by Andre Eisenbach · 10 years ago
  43. 6c25e79 Protect hci library cleanup with mutex by Chris Manton · 10 years ago
  44. 16fe082 Use run time parameters to control LE features by Prerepa Viswanadham · 10 years ago
  45. 4c94c5f Fix build: Revert the reversion done due to build failure. by Prerepa Viswanadham · 10 years ago
  46. e2e1d88 Remove extraneous field inherited from parent makefile by Chris Manton · 10 years ago
  47. 571c81e Fix builds: Revert "Added code to publish ble adv tx power in dBm" by Ed Heyl · 10 years ago
  48. 347a1d6 Added code to publish ble adv tx power in dBm by git-zhenye.broadcom.com · 10 years ago
  49. b538248 Remove more unused code from GKI timers. by Sharvil Nanavati · 10 years ago
  50. d42dba5 Remove more unused code from GKI. by Sharvil Nanavati · 10 years ago
  51. 2dc9999 Bluetooth: Support MAP Client role on Bluedroid. by Hemant Gupta · 10 years ago
  52. ff7f41e am 66432dcf: Add WBS support on Bluedroid (2/6) by Matthew Xie · 10 years ago
  53. 66432dc Add WBS support on Bluedroid (2/6) by Matthew Xie · 10 years ago
  54. f6504cd am f844e6ea: Fix build: remove bte_version.c from makefile since it\'s not in the tree. by Sharvil Nanavati · 10 years ago
  55. f844e6e Fix build: remove bte_version.c from makefile since it's not in the tree. by Sharvil Nanavati · 10 years ago
  56. 926eb73 am 5c0b9111: Remove BTE/BTIF version strings. DID profile should specify stack version info. by Sharvil Nanavati · 10 years ago
  57. 8414677 am 75e8f419: Eliminate unused argument to dealloc. by Sharvil Nanavati · 10 years ago
  58. 5c0b911 Remove BTE/BTIF version strings. DID profile should specify stack version info. by Sharvil Nanavati · 10 years ago
  59. 75e8f41 Eliminate unused argument to dealloc. by Sharvil Nanavati · 10 years ago
  60. ed351d5 am 0e377135: Clean up DID configuration parsing. by Sharvil Nanavati · 10 years ago
  61. 72501cd am f3b23f23: Clean up interaction with libbt-vendor library. by Sharvil Nanavati · 10 years ago
  62. afa6e1a resolved conflicts for merge of e8c3d75b to master by Matthew Xie · 10 years ago
  63. 8d6532f am d0bc2154: Fix build breakage due to bad rebase by Mike Lockwood · 10 years ago
  64. 42f7f66 resolved conflicts for merge of e01b1126 to master by Matthew Xie · 10 years ago
  65. 0e37713 Clean up DID configuration parsing. by Sharvil Nanavati · 10 years ago
  66. f3b23f2 Clean up interaction with libbt-vendor library. by Sharvil Nanavati · 10 years ago
  67. e8c3d75 Logging cleanup: BTIF and APPL. by Sharvil Nanavati · 10 years ago
  68. 3e8a242f More work on A2DP Sink: by Mike Lockwood · 10 years ago
  69. ce24765 SBC Decoder for A2DP SINK by Hemant Gupta · 10 years ago
  70. f7dd9f5 Add A2DP Sink Support by Hemant Gupta · 11 years ago
  71. 41d4a26 Bluetooth: Add support for HFP Client role. by Hemant Gupta · 11 years ago
  72. 9f8a8ae Use the generic config parser to parse bt_stack.conf. by Sharvil Nanavati · 10 years ago
  73. 2a1d89f Start cleaning up log macros. by Sharvil Nanavati · 10 years ago
  74. 1a3006f Eliminate dead code (helped by compiler warnings). by Sharvil Nanavati · 10 years ago
  75. 847ea13 Update RFCOMM socket code to use list data structure. by Sharvil Nanavati · 10 years ago
  76. d0bc215 Fix build breakage due to bad rebase by Mike Lockwood · 10 years ago
  77. b48d176 Fix garbage left in makefile by Mike Lockwood · 10 years ago
  78. 3092437 More work on A2DP Sink: by Mike Lockwood · 10 years ago
  79. 8e08ad1 SBC Decoder for A2DP SINK by Hemant Gupta · 10 years ago
  80. cc35559 Add A2DP Sink Support by Hemant Gupta · 11 years ago
  81. e01b112 Re-layout Android.mk for single shared library by Chris Manton · 10 years ago
  82. fa52a07 Use the generic config parser to parse bt_stack.conf. by Sharvil Nanavati · 10 years ago
  83. 0212487 Start cleaning up log macros. by Sharvil Nanavati · 10 years ago
  84. a6ce775 Revert "Revert "LE Multi ADV feature"" by Wei Wang · 10 years ago
  85. ea85048 Revert "LE Multi ADV feature" by Wei Wang · 10 years ago
  86. 87776cf LE Multi ADV feature by Satya Calloji · 10 years ago
  87. ffb3960 LE Multi ADV feature by Satya Calloji · 10 years ago
  88. 1025687 [2/4] Bluetooth: Add support for HFP Client role. by Hemant Gupta · 11 years ago
  89. e6a0293 Revert "Add -Wno-error=maybe-uninitialized to bdroid_CFLAGS" by Matthew Xie · 10 years ago
  90. 5e18c17 Add -Wno-error=maybe-uninitialized to bdroid_CFLAGS by Ji-Hwan Lee · 10 years ago
  91. 740def5 Eliminate dead code (helped by compiler warnings). by Sharvil Nanavati · 10 years ago
  92. d9e5b34 Update RFCOMM socket code to use list data structure. by Sharvil Nanavati · 10 years ago
  93. c2aeb2c Fix-build : Do not build bluedroid for 64 bit targets. by Narayan Kamath · 10 years ago
  94. 7fa4fba Merge BT 4.1 features by Ganesh Ganapathi Batta · 10 years ago
  95. b203d47 LE: Add controller based advertising filter API (2/2) by Andre Eisenbach · 11 years ago
  96. 5b6b25d Compile using C99. by Sharvil Nanavati · 10 years ago
  97. 8fe5887 Merge BT 4.1 features by Ganesh Ganapathi Batta · 10 years ago
  98. 2d75441 LE: Add controller based advertising filter API (2/2) by Andre Eisenbach · 11 years ago
  99. 795bceb Compile using C99. by Sharvil Nanavati · 10 years ago
  100. 3765b69 DO NOT MERGE Revert "external/bluetooth/bluedroid: convert LOCAL_MODULE_PATH to LOCAL_MODULE_RELATIVE_PATH" by Matthew Xie · 10 years ago