1. bb170c1 Modify eager reader to support multi-byte reads by Zach Johnson · 10 years ago
  2. 8301641 H4: -1 -> INVALID_FD; make uart_fd invalid on close by Zach Johnson · 10 years ago
  3. b7ddf13 Implement an HCI HAL for MCT by Zach Johnson · 10 years ago
  4. fbbd42b Refactor HCI layer by Zach Johnson · 10 years ago
  5. fbf8908 Switch to an epoll-based reactor implementation. by Sharvil Nanavati · 10 years ago
  6. db1fbb6 Increase thread queue size above default by Chris Manton · 10 years ago
  7. ed7095b Fix socket to use safe reactor registration by Zach Johnson · 10 years ago
  8. 14a559a Switch over duplicated timer_create routines to new alarm code. by Sharvil Nanavati · 10 years ago
  9. 09f31c1 Add a mechanism for debug tools to inject HCI commands into the HCI stream. by Sharvil Nanavati · 10 years ago
  10. fb5ab99 hci: Renaming of callback functions by Chris Manton · 10 years ago
  11. 3eae42f Raise A2DP threat priority to avoid music breaks by Mattias Agren · 10 years ago
  12. d1e6922 Check userial fd before reading by Chris Manton · 10 years ago
  13. 311e88d Add ability to preserve existing snoop log by Andre Eisenbach · 10 years ago
  14. 2172d0a Bluetooth: Properly initialize UART fds by Chris Manton · 10 years ago
  15. 7c39dfe Fix userial build error for Razor/Mako/Flo by Andre Eisenbach · 10 years ago
  16. 11aa94d Eliminate userial thread race condition by Chris Manton · 10 years ago
  17. 6c25e79 Protect hci library cleanup with mutex by Chris Manton · 10 years ago
  18. fb3fca6 Merge "Work around race condition between thread shutdown and vendor lib shutdown." into lmp-dev by Sharvil Nanavati · 10 years ago
  19. 7be309d Work around race condition between thread shutdown and vendor lib shutdown. by Sharvil Nanavati · 10 years ago
  20. 227f6b0 Initialize stack variable to eliminate warning by Chris Manton · 10 years ago
  21. dd28edb Revert "Revert "Clean up messy dispatch in bt_hci_bdroid by using new primitives."" by Sharvil Nanavati · 10 years ago
  22. dd29f03 Revert "Clean up messy dispatch in bt_hci_bdroid by using new primitives." by Svetoslav Ganov · 10 years ago
  23. 3f9fbe7 Clean up messy dispatch in bt_hci_bdroid by using new primitives. by Sharvil Nanavati · 10 years ago
  24. ff7f41e am 66432dcf: Add WBS support on Bluedroid (2/6) by Matthew Xie · 10 years ago
  25. 66432dc Add WBS support on Bluedroid (2/6) by Matthew Xie · 10 years ago
  26. d0a2037 am f0952b52: Add a flexible array to the end of BT_HDR to avoid pointer arithmetic. by Sharvil Nanavati · 10 years ago
  27. ed5e2f5 am 5055c9d0: Eliminate HCI flow control. It is not used anywhere in the codebase. by Sharvil Nanavati · 10 years ago
  28. f0952b5 Add a flexible array to the end of BT_HDR to avoid pointer arithmetic. by Sharvil Nanavati · 10 years ago
  29. 5055c9d Eliminate HCI flow control. It is not used anywhere in the codebase. by Sharvil Nanavati · 10 years ago
  30. 8414677 am 75e8f419: Eliminate unused argument to dealloc. by Sharvil Nanavati · 10 years ago
  31. 75e8f41 Eliminate unused argument to dealloc. by Sharvil Nanavati · 10 years ago
  32. 72501cd am f3b23f23: Clean up interaction with libbt-vendor library. by Sharvil Nanavati · 10 years ago
  33. 3a53837 am 8cb7fe3c: Fix build for mako devices. by Sharvil Nanavati · 10 years ago
  34. dfa6063 resolved conflicts for merge of a7d7eb78 to master by Sharvil Nanavati · 10 years ago
  35. 42f7f66 resolved conflicts for merge of e01b1126 to master by Matthew Xie · 10 years ago
  36. f3b23f2 Clean up interaction with libbt-vendor library. by Sharvil Nanavati · 10 years ago
  37. 8cb7fe3 Fix build for mako devices. by Sharvil Nanavati · 10 years ago
  38. a7d7eb7 Clean up btsnoop code. by Sharvil Nanavati · 10 years ago
  39. 84b7804 Allow btsnoop logs to be read over a local socket. by Sharvil Nanavati · 10 years ago
  40. 29abb0e Use an event file descriptor instead of a pipe to control userial. by Sharvil Nanavati · 10 years ago
  41. d9fd65e Clean up the public functions in userial.c. by Sharvil Nanavati · 10 years ago
  42. bbe0c30 Minor cleanup of userial code. by Sharvil Nanavati · 10 years ago
  43. 6cd28eb am ded6d338: am bbad5649: Merge "Bluedroid: Fix HCI buffer size issue" by Matthew Xie · 10 years ago
  44. ded6d33 am bbad5649: Merge "Bluedroid: Fix HCI buffer size issue" by Matthew Xie · 10 years ago
  45. 535e24b Bluedroid: Fix HCI buffer size issue by Loic Poulain · 10 years ago
  46. e01b112 Re-layout Android.mk for single shared library by Chris Manton · 10 years ago
  47. 611f3ab Allow btsnoop logs to be read over a local socket. by Sharvil Nanavati · 10 years ago
  48. 5464565 Use an event file descriptor instead of a pipe to control userial. by Sharvil Nanavati · 10 years ago
  49. abd4701 am 1fe4bc94: am 6e12f443: include bdroid_buildcfg.h from device repo by Heather Lee Wilson · 10 years ago
  50. 1fe4bc9 am 6e12f443: include bdroid_buildcfg.h from device repo by Heather Lee Wilson · 10 years ago
  51. 6e12f44 include bdroid_buildcfg.h from device repo by Heather Lee Wilson · 10 years ago
  52. 1e3da5c am 919f43b8: Fix ms to ns conversion unit by Matthew Xie · 10 years ago
  53. 919f43b Fix ms to ns conversion unit by Matthew Xie · 10 years ago
  54. ac11e39 Fix ms to ns conversion unit by Matthew Xie · 10 years ago
  55. c4e0e04 Clean up the public functions in userial.c. by Sharvil Nanavati · 10 years ago
  56. 1671598 Minor cleanup of userial code. by Sharvil Nanavati · 10 years ago
  57. 7fa4fba Merge BT 4.1 features by Ganesh Ganapathi Batta · 10 years ago
  58. 5b6b25d Compile using C99. by Sharvil Nanavati · 10 years ago
  59. 54db2c2 Remove executable bit on source files. by Sharvil Nanavati · 10 years ago
  60. 8fe5887 Merge BT 4.1 features by Ganesh Ganapathi Batta · 10 years ago
  61. 795bceb Compile using C99. by Sharvil Nanavati · 10 years ago
  62. d2ccbbb Remove executable bit on source files. by Sharvil Nanavati · 10 years ago
  63. 5303f9d resolved conflicts for merge of 277ba466 to klp-modular-dev-plus-aosp by Narayan Kamath · 11 years ago
  64. 22c6e50 Various fixes for LP64 by Kévin PETIT · 11 years ago
  65. 5b9c7f7 Revert "Make all warnings fatal compilation errors" by Mike J. Chen · 11 years ago
  66. ba1ee42 Make all warnings fatal compilation errors by Mike J. Chen · 11 years ago
  67. 5cd8bff Major warnings cleanup by Mike J. Chen · 11 years ago
  68. 7edcc06 am a94ee494: Merge "Fix calls to pthread_setschedparam." by Matthew Xie · 11 years ago
  69. bcfbc24 Fix calls to pthread_setschedparam. by Sharvil Nanavati · 11 years ago
  70. f1d68e9 fix for btsnoop log blogging HCI socket by Kim Schulz · 11 years ago
  71. 690401a a2dp media packet sent too slow, which cause packet overflow. by Zhihai Xu · 11 years ago
  72. 48ebe2c Preload timeout and retry mechanism (1/3) by YK Jeffrey Chao · 11 years ago
  73. 67e4077 New call-in/-back functions for Controller to do vendor-specific shutdown (1/2) by YK Jeffrey Chao · 11 years ago
  74. 260b515 Add liblog by Ying Wang · 11 years ago
  75. ead3cde Initial version of BLE support for Bluedroid by Ganesh Ganapathi Batta · 12 years ago
  76. 6ff9944 fix bt_hc_worker_thread() sometimes transmit more than num_hci_cmd_pkts by Toshi Kikuchi · 12 years ago
  77. 5738f83 Snapshot cdeccf6fdd8c2d494ea2867cb37a025bf8879baf by The Android Open Source Project · 12 years ago