1. 56aa168 Bluetooth: GAP: Handled mutex unlock in error condition by venkata Jagadeesh · 9 years ago
  2. 1f857eb Merge tag 'AU_LINUX_ANDROID_LA.BF64.1.2.1.05.01.00.066.050' into HEAD by Rajshekar Eashwarappa · 9 years ago
  3. c1d524a Merge tag 'android-6.1.0_r1' into HEAD by Sudhir Sharma · 9 years ago
  4. 9b2235f Bluetooth: GKI: Fixed Locking/Unlocking abnormal mutex Flow by ajay kumar · 9 years ago
  5. a4fa77d am cf7f6a15: Prevent Java call for acquiring already held wakelock by Andre Eisenbach · 10 years ago
  6. cf7f6a1 Prevent Java call for acquiring already held wakelock by Andre Eisenbach · 10 years ago
  7. f0676fd Merge "Bluetooth: Fix to resolve Klocwork Issues in Bluedroid" by Linux Build Service Account · 10 years ago
  8. e6c363b Make GKI_TIMER_INTERVAL_FOR_WAKELOCK configurable for different target by Matthew Xie · 10 years ago
  9. 578cdd0 Bluetooth: Release Mutex during error condition. by Rohit Singh · 10 years ago
  10. 2ffda31 am 254b5ba2: gki_buffer: add missing mutex unlock by Simon Wilson · 10 years ago
  11. 254b5ba gki_buffer: add missing mutex unlock by Simon Wilson · 10 years ago
  12. a99c2d9 am 654c376f: DO NOT MERGE Reduce TIMER_INTERVAL_FOR_WAKELOCK_IN_MS to 100ms by Simon Wilson · 10 years ago
  13. 654c376 DO NOT MERGE Reduce TIMER_INTERVAL_FOR_WAKELOCK_IN_MS to 100ms by Simon Wilson · 10 years ago
  14. b006449 Bluetooth: Fix to resolve Klocwork Issues in Bluedroid by Sai Aitharaju · 10 years ago
  15. c63ffab Bluetooth: Acquiring mutex while start of pool size check by Rohit Singh · 10 years ago
  16. 5f9233a Bluetooth: Avoid premption while modifying gki timer queue by Bhasker Neti · 11 years ago
  17. c2dffa2 Bluetooth : Handling case: close comes before rxthread by Ajay Kumar · 10 years ago
  18. b7fcc60 Bluetooth: Add Obex over L2cap support to the Bluedroid stack by Srinu Jella · 10 years ago
  19. c11e166 Make sure now_us returns a value bigger than the previous one by Matthew Xie · 10 years ago
  20. f061e74 Added missing A2DP priority on java alarm service by Mattias Agren · 10 years ago
  21. 423104d Fix error in tick calculation when timer is removed by Andre Eisenbach · 10 years ago
  22. e3afaf0 Protect against potential endless loop in BTU task timer handling by Andre Eisenbach · 10 years ago
  23. cf32e8d LE: Fix limited advertising not stopping after timeout by Andre Eisenbach · 10 years ago
  24. 554485a Bluetooth: Getbuf returning invalid buffer pointer - do not merge by Hemant Gupta · 11 years ago
  25. 25067c0 Fix integer overflow in GKI timer calculation by Andre Eisenbach · 10 years ago
  26. 9640662 Fix GKI_add_to_timer_list to handle middle-of-list insertions correctly by Andre Eisenbach · 10 years ago
  27. 446da53 Eliminate last_ticks from TIMER_LIST_ENT. by Sharvil Nanavati · 10 years ago
  28. 3857e59 Fix GKI timers to take execution time into account by Andre Eisenbach · 10 years ago
  29. ceec4d1 Use POSIX timer for non-wake alarms in bluedroid. by Sharvil Nanavati · 10 years ago
  30. b538248 Remove more unused code from GKI timers. by Sharvil Nanavati · 10 years ago
  31. d42dba5 Remove more unused code from GKI. by Sharvil Nanavati · 10 years ago
  32. 538cb23 am 3466f510: RIP: Removal of more dead timer code by Chris Manton · 10 years ago
  33. 325aca6 am 5ec39bbc: Extended a few timer API functions by Chris Manton · 10 years ago
  34. 37aab41 am 7c9976dc: Logging cleanup: GKI. by Sharvil Nanavati · 10 years ago
  35. 8d6532f am d0bc2154: Fix build breakage due to bad rebase by Mike Lockwood · 10 years ago
  36. 8e50f04 resolved conflicts for merge of 6449e497 to master by Matthew Xie · 10 years ago
  37. 42f7f66 resolved conflicts for merge of e01b1126 to master by Matthew Xie · 10 years ago
  38. 3466f51 RIP: Removal of more dead timer code by Chris Manton · 10 years ago
  39. 5ec39bb Extended a few timer API functions by Chris Manton · 10 years ago
  40. 7c9976d Logging cleanup: GKI. by Sharvil Nanavati · 10 years ago
  41. a14e2a0 Eliminate dead code: remove GKI_sched* from the codebase. by Sharvil Nanavati · 10 years ago
  42. 10aecea Implement GKI timers based on wake alarms and wake locks. by Sharvil Nanavati · 10 years ago
  43. 2a1d89f Start cleaning up log macros. by Sharvil Nanavati · 10 years ago
  44. d0bc215 Fix build breakage due to bad rebase by Mike Lockwood · 10 years ago
  45. 6449e49 Eliminate more dead code in GKI. by Sharvil Nanavati · 10 years ago
  46. e01b112 Re-layout Android.mk for single shared library by Chris Manton · 10 years ago
  47. 82d0a11 Eliminate dead code: remove GKI_sched* from the codebase. by Sharvil Nanavati · 10 years ago
  48. 9bce226 Implement GKI timers based on wake alarms and wake locks. by Sharvil Nanavati · 10 years ago
  49. 0212487 Start cleaning up log macros. by Sharvil Nanavati · 10 years ago
  50. 477057c Revert "add wakelock control callback" by Matthew Xie · 10 years ago
  51. 8075fbd am 262685fe: am cd7896c5: add wakelock control callback by Dmitry Grinberg · 10 years ago
  52. 262685f am cd7896c5: add wakelock control callback by Dmitry Grinberg · 10 years ago
  53. cd7896c add wakelock control callback by Dmitry Grinberg · 10 years ago
  54. c2aeb2c Fix-build : Do not build bluedroid for 64 bit targets. by Narayan Kamath · 10 years ago
  55. 2d82d33 Fix Null pointer access in GKI timer library by Ganesh Ganapathi Batta · 10 years ago
  56. b6eec9b Use standard C99 integral types. This offers better type safety. by Sharvil Nanavati · 10 years ago
  57. 31fafe5 Eliminate warnings, add -Wall and -Werror to all projects. by Sharvil Nanavati · 10 years ago
  58. 5b6b25d Compile using C99. by Sharvil Nanavati · 10 years ago
  59. e305ab5 Remove unused file gki_inet.h and BIG_ENDIAN macro. by Sharvil Nanavati · 10 years ago
  60. 54db2c2 Remove executable bit on source files. by Sharvil Nanavati · 10 years ago
  61. 6fd2e4d Fix Null pointer access in GKI timer library by Ganesh Ganapathi Batta · 10 years ago
  62. 2e1e6d8 Use standard C99 integral types. This offers better type safety. by Sharvil Nanavati · 10 years ago
  63. 6dae552 Eliminate warnings, add -Wall and -Werror to all projects. by Sharvil Nanavati · 10 years ago
  64. 5c42abe Merge "Remove unused file gki_inet.h and BIG_ENDIAN macro." into klp-wireless-dev by Sharvil Nanavati · 10 years ago
  65. 795bceb Compile using C99. by Sharvil Nanavati · 10 years ago
  66. 92c2256 Remove unused file gki_inet.h and BIG_ENDIAN macro. by Sharvil Nanavati · 10 years ago
  67. d2ccbbb Remove executable bit on source files. by Sharvil Nanavati · 10 years ago
  68. a90d343 Fix conditional waits in GKI_wait. by Narayan Kamath · 10 years ago
  69. 780bc50 am 509b2d73: Merge "TARGET_SIMULATOR is long dead." by Elliott Hughes · 10 years ago
  70. f16a560 TARGET_SIMULATOR is long dead. by Elliott Hughes · 10 years ago
  71. 5b9c7f7 Revert "Make all warnings fatal compilation errors" by Mike J. Chen · 10 years ago
  72. ba1ee42 Make all warnings fatal compilation errors by Mike J. Chen · 10 years ago
  73. 5cd8bff Major warnings cleanup by Mike J. Chen · 10 years ago
  74. bcfbc24 Fix calls to pthread_setschedparam. by Sharvil Nanavati · 10 years ago
  75. b5a754b am cb21f043: Merge "LE: Add support for the HID-over-GATT profile (1/3)" into klp-dev by Zhihai Xu · 11 years ago
  76. 2e7fa68 LE: Add support for the HID-over-GATT profile (1/3) by Andre Eisenbach · 11 years ago
  77. 33a5e99 Merge "bluedroid: Fix build with gcc 4.8" by Matthew Xie · 11 years ago
  78. b1736fa bluedroid: Fix build with gcc 4.8 by Bernhard Rosenkränzer · 11 years ago
  79. ead3cde Initial version of BLE support for Bluedroid by Ganesh Ganapathi Batta · 11 years ago
  80. 5738f83 Snapshot cdeccf6fdd8c2d494ea2867cb37a025bf8879baf by The Android Open Source Project · 11 years ago