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