1. 1f81b64 Set default symbol visibility to 'hidden'. by Ian Coolidge · 10 years ago
  2. 9ca3fb8 build: Add missing copyright headers to new GN build files by Arman Uguray · 10 years ago
  3. 4c29231 Initial attempt at a GN/Ninja-based build system by Scott James Remnant · 10 years ago
  4. 4b04b8d Work around clang/llvm compilation problems. by Chih-Hung Hsieh · 10 years ago
  5. 636d671 LE Data Packet Extension support by Priti Aghera · 11 years ago
  6. 2cd086a am f29a2fb..e07ad10 from mirror-m-wireless-internal-release by Vinit Deshpande · 10 years ago
  7. 444a8da LE Privacy 1.2 and LE secure connections by Satya Calloji · 10 years ago
  8. b246a1a Merge commit '4bf68bf020c7fd1aabcdc4b5d8f5fbb8bacdec9d' into merge_work by Prerepa Viswanadham · 10 years ago
  9. dbcb1b5 Move HCI command response check to individual command handlers by Andre Eisenbach · 10 years ago
  10. 933926c Fix missing #includes needed for glibc by Scott James Remnant · 10 years ago
  11. a74fcdf Using generic format specifier for logging pointers by Nitin Arora · 10 years ago
  12. 3e59b5b Fix build issues in bluedroid on master by Etan Cohen · 10 years ago
  13. 9742bf5 Using generic format specifier for logging pointers by Nitin Arora · 10 years ago
  14. 15d30f2 Remove unused file hci/include/bt_hci_lib.h by Chris Manton · 10 years ago
  15. e3a2527 Change logtag to conform to rest of module by Chris Manton · 10 years ago
  16. 37d2de2 Move unused include file out of hci_audio.h by Andre Eisenbach · 10 years ago
  17. 6afb248 Resolved hardware error observed during SCO Connection setup by Mudumba Ananth · 10 years ago
  18. 03f182b Revert "Resolved hardware error observed during SCO Connection setup" by Chris Manton · 10 years ago
  19. 4d8ac4f Resolved hardware error observed during SCO Connection setup by Mudumba Ananth · 10 years ago
  20. 3eaad80 Extend Bluetooth startup timeout from 3s to 8s by Andre Eisenbach · 10 years ago
  21. f802700 Demote, cleanup and extend observed logging by Chris Manton · 10 years ago
  22. 95b74f2 Use fully qualified path for btcore includes. by Sharvil Nanavati · 10 years ago
  23. 0f9b91e Use fully qualified path for OSI includes. by Sharvil Nanavati · 10 years ago
  24. b55a8a6 Rejig hci upwards dispatch by Zach Johnson · 10 years ago
  25. 04bb236 Reinstate btsnoop last log saving by Zach Johnson · 10 years ago
  26. 05d0366 Add a hash function for bluetooth addresses by Zach Johnson · 11 years ago
  27. aa3a011 Add key equality function option for hash_map by Zach Johnson · 11 years ago
  28. 4a04780 Canonicalize HCI logtags with bt_ prefix by Zach Johnson · 11 years ago
  29. 6168357 Rename Bluetooth binaries to use the net_ and net_test_ prefixes. by Sharvil Nanavati · 11 years ago
  30. 4480276 Add platform-independent logging macros to OSI. by Sharvil Nanavati · 11 years ago
  31. fd2a2be Adding in some additional, but critical, logs. by June R. Tate-Gans · 11 years ago
  32. 06ef205 Update module names to not use C preprocessor and to be at top of headers. by Sharvil Nanavati · 11 years ago
  33. 275791f Fixed HAL layer ignore state handling by Zach Johnson · 11 years ago
  34. 79ecab5 Move controller module to device directory by Chris Manton · 11 years ago
  35. 4f9d7bd Make hci/ depend on bdroid_CFLAGS by Sharvil Nanavati · 11 years ago
  36. a87c821 Fix BLE GAP handling after callback refactoring by Zach Johnson · 11 years ago
  37. cab7816 Don't call null callback in vendor lib by Zach Johnson · 11 years ago
  38. 48006f8 Fix accidental hardcoding of 2+ extended feature page numbers by Zach Johnson · 11 years ago
  39. 30e5806 Refactor btm_devctl reset sequence by Zach Johnson · 11 years ago
  40. cd01adc Add a futured version of the HCI transmit_command by Zach Johnson · 11 years ago
  41. 093948a Modulizification of the HCI layer by Zach Johnson · 11 years ago
  42. 9891f32 Refactor btsnoop and stack config into modules by Zach Johnson · 11 years ago
  43. 43b9ddb Fix packet fragmenter so it doesn't request acl sizes unless it's actually an ACL packet by Zach Johnson · 11 years ago
  44. 823ca20 Shuffle HCI layer internal functions into a more logical ordering by Zach Johnson · 11 years ago
  45. 733a06e Refactor bte_main into more of a shell. by Zach Johnson · 11 years ago
  46. bb9b717 Add non-repeating timer wrapper for alarm by Zach Johnson · 11 years ago
  47. bf8193b HCI layer cleanup by Zach Johnson · 11 years ago
  48. 218f375 Sink all HCI transmission management into the HCI layer by Zach Johnson · 11 years ago
  49. 462cd3f Re-layout Android.mk for single shared library by Chris Manton · 11 years ago
  50. 7fa65f7 Rename init/cleanup to start_up/shut_down in the HCI layer by Zach Johnson · 11 years ago
  51. 2a72bd3 Use osi_free with osi_calloc in HCI layer to avoid corruption by Sharvil Nanavati · 11 years ago
  52. 1e0ede7 Move HCI over to the osi allocators, and fix the tests accordingly by Zach Johnson · 11 years ago
  53. ee2aa45 Finish allocation tracking for the rest of osi by Zach Johnson · 11 years ago
  54. fe18b71 Clean up scattered naive hash functions by Zach Johnson · 11 years ago
  55. bb170c1 Modify eager reader to support multi-byte reads by Zach Johnson · 11 years ago
  56. 8301641 H4: -1 -> INVALID_FD; make uart_fd invalid on close by Zach Johnson · 11 years ago
  57. b7ddf13 Implement an HCI HAL for MCT by Zach Johnson · 11 years ago
  58. fbbd42b Refactor HCI layer by Zach Johnson · 11 years ago
  59. fbf8908 Switch to an epoll-based reactor implementation. by Sharvil Nanavati · 11 years ago
  60. db1fbb6 Increase thread queue size above default by Chris Manton · 11 years ago
  61. ed7095b Fix socket to use safe reactor registration by Zach Johnson · 11 years ago
  62. 14a559a Switch over duplicated timer_create routines to new alarm code. by Sharvil Nanavati · 11 years ago
  63. 09f31c1 Add a mechanism for debug tools to inject HCI commands into the HCI stream. by Sharvil Nanavati · 11 years ago
  64. fb5ab99 hci: Renaming of callback functions by Chris Manton · 11 years ago
  65. 3eae42f Raise A2DP threat priority to avoid music breaks by Mattias Agren · 11 years ago
  66. d1e6922 Check userial fd before reading by Chris Manton · 11 years ago
  67. 311e88d Add ability to preserve existing snoop log by Andre Eisenbach · 11 years ago
  68. 2172d0a Bluetooth: Properly initialize UART fds by Chris Manton · 11 years ago
  69. 7c39dfe Fix userial build error for Razor/Mako/Flo by Andre Eisenbach · 11 years ago
  70. 11aa94d Eliminate userial thread race condition by Chris Manton · 11 years ago
  71. 6c25e79 Protect hci library cleanup with mutex by Chris Manton · 11 years ago
  72. fb3fca6 Merge "Work around race condition between thread shutdown and vendor lib shutdown." into lmp-dev by Sharvil Nanavati · 11 years ago
  73. 7be309d Work around race condition between thread shutdown and vendor lib shutdown. by Sharvil Nanavati · 11 years ago
  74. 227f6b0 Initialize stack variable to eliminate warning by Chris Manton · 11 years ago
  75. dd28edb Revert "Revert "Clean up messy dispatch in bt_hci_bdroid by using new primitives."" by Sharvil Nanavati · 11 years ago
  76. dd29f03 Revert "Clean up messy dispatch in bt_hci_bdroid by using new primitives." by Svetoslav Ganov · 11 years ago
  77. 3f9fbe7 Clean up messy dispatch in bt_hci_bdroid by using new primitives. by Sharvil Nanavati · 11 years ago
  78. ff7f41e am 66432dcf: Add WBS support on Bluedroid (2/6) by Matthew Xie · 11 years ago
  79. 66432dc Add WBS support on Bluedroid (2/6) by Matthew Xie · 11 years ago
  80. d0a2037 am f0952b52: Add a flexible array to the end of BT_HDR to avoid pointer arithmetic. by Sharvil Nanavati · 11 years ago
  81. ed5e2f5 am 5055c9d0: Eliminate HCI flow control. It is not used anywhere in the codebase. by Sharvil Nanavati · 11 years ago
  82. f0952b5 Add a flexible array to the end of BT_HDR to avoid pointer arithmetic. by Sharvil Nanavati · 11 years ago
  83. 5055c9d Eliminate HCI flow control. It is not used anywhere in the codebase. by Sharvil Nanavati · 11 years ago
  84. 8414677 am 75e8f419: Eliminate unused argument to dealloc. by Sharvil Nanavati · 11 years ago
  85. 75e8f41 Eliminate unused argument to dealloc. by Sharvil Nanavati · 11 years ago
  86. 72501cd am f3b23f23: Clean up interaction with libbt-vendor library. by Sharvil Nanavati · 11 years ago
  87. 3a53837 am 8cb7fe3c: Fix build for mako devices. by Sharvil Nanavati · 11 years ago
  88. dfa6063 resolved conflicts for merge of a7d7eb78 to master by Sharvil Nanavati · 11 years ago
  89. 42f7f66 resolved conflicts for merge of e01b1126 to master by Matthew Xie · 11 years ago
  90. f3b23f2 Clean up interaction with libbt-vendor library. by Sharvil Nanavati · 11 years ago
  91. 8cb7fe3 Fix build for mako devices. by Sharvil Nanavati · 11 years ago
  92. a7d7eb7 Clean up btsnoop code. by Sharvil Nanavati · 11 years ago
  93. 84b7804 Allow btsnoop logs to be read over a local socket. by Sharvil Nanavati · 11 years ago
  94. 29abb0e Use an event file descriptor instead of a pipe to control userial. by Sharvil Nanavati · 11 years ago
  95. d9fd65e Clean up the public functions in userial.c. by Sharvil Nanavati · 11 years ago
  96. bbe0c30 Minor cleanup of userial code. by Sharvil Nanavati · 11 years ago
  97. 6cd28eb am ded6d338: am bbad5649: Merge "Bluedroid: Fix HCI buffer size issue" by Matthew Xie · 11 years ago
  98. ded6d33 am bbad5649: Merge "Bluedroid: Fix HCI buffer size issue" by Matthew Xie · 11 years ago
  99. 535e24b Bluedroid: Fix HCI buffer size issue by Loic Poulain · 11 years ago
  100. e01b112 Re-layout Android.mk for single shared library by Chris Manton · 11 years ago