1. 96d16e3 Make thread names more meaningful by Jack He · 6 years ago
  2. 4f0c5b5 LE Read Maximum Data Length during startup by Jakub Pawlowski · 7 years ago
  3. 5b790fe Make copyright headers consistent with Google template; remove "(C)" by Jakub Pawlowski · 7 years ago
  4. b707f44 Make RawAddress into a class (1/3) by Jakub Pawlowski · 7 years ago
  5. 61ad3c6 Add stdint.h for uint*_t types by Jiyong Park · 7 years ago
  6. a484a88 Rename bt_bdaddr_t into RawAddress (3/3) by Jakub Pawlowski · 7 years ago
  7. 400ac49 eSCO: Additional fix to get eSCO working for HFP and HSP (3/5) by Jack He · 7 years ago
  8. 57f6508 eSCO: BT 4.1 Enhanced SCO command (1/5) by Mudumba Ananth · 8 years ago
  9. 2b7e905 Swap BTA and HCI queues with message loops by Ajay Panicker · 8 years ago
  10. 99c3422 Limit btsnoop file size (5/8) by Ajay Panicker · 8 years ago
  11. 071b507 Use same timestamp for on-disk BT Snoop Log and in-memory BT Snooz Log by Jack He · 8 years ago
  12. 796523d Initial HIDL conversion by Andre Eisenbach · 8 years ago
  13. 5a8b59c Remove HC_BUFFER_HDR_T by Andre Eisenbach · 8 years ago
  14. 1f4cc6d LE Extended Advertising by Jakub Pawlowski · 8 years ago
  15. ad1e23d Remove extern "C" from header files by Jack He · 8 years ago
  16. 2948313 hci: Fix multi-line comments after clang-format by Myles Watson · 8 years ago
  17. 5ff20a2 hci: Apply clang-format by Myles Watson · 8 years ago
  18. b2a292b Renamed most C files to C++: *.c to *.cc by Pavlin Radoslavov · 8 years ago
  19. cc26bfc Renamed files: *.c to *.cc in bta/av and stack/a2dp by Pavlin Radoslavov · 8 years ago
  20. d19e078 Use standard types, consistent ifdef style everywhere by Marie Janssen · 8 years ago
  21. dd5e3e9 Replace hash_map in packet_fragmenter with C++ unordered_map by Jakub Pawlowski · 8 years ago
  22. 713993d Convert BTIF code from C to C++ by Jakub Pawlowski · 9 years ago
  23. f6dcf79 Read local supported codecs as part of boot sequence by Srinu Jella · 9 years ago
  24. b9757ee Remove "block" parameter from eager_reader_read() by Andre Eisenbach · 9 years ago
  25. c3caf78 Fix net_test_hci unit tests by Pavlin Radoslavov · 9 years ago
  26. 47b4310 A2DP SRC offload support by Abhijit Adsule · 9 years ago
  27. c196f21 GKI cleanup - Moved GKI_get_os_tick_count() to OSI by Pavlin Radoslavov · 9 years ago
  28. 49a8670 build: LOG_TAG consistency, include order, build fixes by Marie Janssen · 9 years ago
  29. 1bd7605 Bluetooth native dumpsys logging support (2/5) by Andre Eisenbach · 10 years ago
  30. 636d671 LE Data Packet Extension support by Priti Aghera · 10 years ago
  31. 444a8da LE Privacy 1.2 and LE secure connections by Satya Calloji · 10 years ago
  32. 15d30f2 Remove unused file hci/include/bt_hci_lib.h by Chris Manton · 10 years ago
  33. 37d2de2 Move unused include file out of hci_audio.h by Andre Eisenbach · 10 years ago
  34. 6afb248 Resolved hardware error observed during SCO Connection setup by Mudumba Ananth · 10 years ago
  35. 03f182b Revert "Resolved hardware error observed during SCO Connection setup" by Chris Manton · 10 years ago
  36. 4d8ac4f Resolved hardware error observed during SCO Connection setup by Mudumba Ananth · 10 years ago
  37. b55a8a6 Rejig hci upwards dispatch by Zach Johnson · 10 years ago
  38. 06ef205 Update module names to not use C preprocessor and to be at top of headers. by Sharvil Nanavati · 10 years ago
  39. 79ecab5 Move controller module to device directory by Chris Manton · 10 years ago
  40. a87c821 Fix BLE GAP handling after callback refactoring by Zach Johnson · 10 years ago
  41. 30e5806 Refactor btm_devctl reset sequence by Zach Johnson · 10 years ago
  42. cd01adc Add a futured version of the HCI transmit_command by Zach Johnson · 10 years ago
  43. 093948a Modulizification of the HCI layer by Zach Johnson · 10 years ago
  44. 9891f32 Refactor btsnoop and stack config into modules by Zach Johnson · 10 years ago
  45. 733a06e Refactor bte_main into more of a shell. by Zach Johnson · 10 years ago
  46. bf8193b HCI layer cleanup by Zach Johnson · 10 years ago
  47. 218f375 Sink all HCI transmission management into the HCI layer by Zach Johnson · 10 years ago
  48. 7fa65f7 Rename init/cleanup to start_up/shut_down in the HCI layer by Zach Johnson · 10 years ago
  49. 1e0ede7 Move HCI over to the osi allocators, and fix the tests accordingly by Zach Johnson · 10 years ago
  50. bb170c1 Modify eager reader to support multi-byte reads by Zach Johnson · 10 years ago
  51. b7ddf13 Implement an HCI HAL for MCT by Zach Johnson · 10 years ago
  52. fbbd42b Refactor HCI layer by Zach Johnson · 10 years ago
  53. 09f31c1 Add a mechanism for debug tools to inject HCI commands into the HCI stream. by Sharvil Nanavati · 10 years ago
  54. 311e88d Add ability to preserve existing snoop log by Andre Eisenbach · 10 years ago
  55. 11aa94d Eliminate userial thread race condition by Chris Manton · 10 years ago
  56. dd28edb Revert "Revert "Clean up messy dispatch in bt_hci_bdroid by using new primitives."" by Sharvil Nanavati · 10 years ago
  57. dd29f03 Revert "Clean up messy dispatch in bt_hci_bdroid by using new primitives." by Svetoslav Ganov · 10 years ago
  58. 3f9fbe7 Clean up messy dispatch in bt_hci_bdroid by using new primitives. by Sharvil Nanavati · 10 years ago
  59. ff7f41e am 66432dcf: Add WBS support on Bluedroid (2/6) by Matthew Xie · 10 years ago
  60. 66432dc Add WBS support on Bluedroid (2/6) by Matthew Xie · 11 years ago
  61. d0a2037 am f0952b52: Add a flexible array to the end of BT_HDR to avoid pointer arithmetic. by Sharvil Nanavati · 10 years ago
  62. ed5e2f5 am 5055c9d0: Eliminate HCI flow control. It is not used anywhere in the codebase. by Sharvil Nanavati · 10 years ago
  63. f0952b5 Add a flexible array to the end of BT_HDR to avoid pointer arithmetic. by Sharvil Nanavati · 10 years ago
  64. 5055c9d Eliminate HCI flow control. It is not used anywhere in the codebase. by Sharvil Nanavati · 10 years ago
  65. 8414677 am 75e8f419: Eliminate unused argument to dealloc. by Sharvil Nanavati · 10 years ago
  66. 75e8f41 Eliminate unused argument to dealloc. by Sharvil Nanavati · 10 years ago
  67. 72501cd am f3b23f23: Clean up interaction with libbt-vendor library. by Sharvil Nanavati · 10 years ago
  68. dfa6063 resolved conflicts for merge of a7d7eb78 to master by Sharvil Nanavati · 10 years ago
  69. f3b23f2 Clean up interaction with libbt-vendor library. by Sharvil Nanavati · 10 years ago
  70. a7d7eb7 Clean up btsnoop code. by Sharvil Nanavati · 10 years ago
  71. d9fd65e Clean up the public functions in userial.c. by Sharvil Nanavati · 11 years ago
  72. bbe0c30 Minor cleanup of userial code. by Sharvil Nanavati · 11 years ago
  73. ded6d33 am bbad5649: Merge "Bluedroid: Fix HCI buffer size issue" by Matthew Xie · 10 years ago
  74. 535e24b Bluedroid: Fix HCI buffer size issue by Loic Poulain · 11 years ago
  75. 6e12f44 include bdroid_buildcfg.h from device repo by Heather Lee Wilson · 10 years ago
  76. c4e0e04 Clean up the public functions in userial.c. by Sharvil Nanavati · 11 years ago
  77. 1671598 Minor cleanup of userial code. by Sharvil Nanavati · 11 years ago
  78. 67e4077 New call-in/-back functions for Controller to do vendor-specific shutdown (1/2) by YK Jeffrey Chao · 11 years ago
  79. 5738f83 Snapshot cdeccf6fdd8c2d494ea2867cb37a025bf8879baf by The Android Open Source Project · 12 years ago