1. cb94bdf BUILD: Disable build for mac-host target by Jack He · 7 years ago
  2. 88e0b6b test_vendor: Use the license template by Myles Watson · 7 years ago
  3. 8ced9bf test_vendor: Make BtAddress comparisons const by Myles Watson · 7 years ago
  4. 154efdf test_vendor: Extract DeviceProperties by Myles Watson · 7 years ago
  5. 5b790fe Make copyright headers consistent with Google template; remove "(C)" by Jakub Pawlowski · 7 years ago
  6. 2131589 test_vendor: Update clang-formatting by Myles Watson · 7 years ago
  7. e56fabc hw/bluetooth.default.so -> libbluetooth.so (1/2) by Jakub Pawlowski · 7 years ago
  8. f2f207a Move Bluetooth headers to system/bt (1/3) by Jakub Pawlowski · 7 years ago
  9. d1658e8 Make system/bt build with the VNDK. by Steven Moreland · 7 years ago
  10. ecace46 Move include->internal_include (1/2) by Jakub Pawlowski · 7 years ago
  11. 5d5fcf2 Manually convert to unary where coccinelle could not by Myles Watson · 7 years ago
  12. ad01e9a Use -Werror in system/bt/vendor_libs/linux/interface/ by Chih-Hung Hsieh · 7 years ago
  13. f0c8830 Merge "btlinux: Fix sepolicy for split policy (Treble) builds" by Treehugger Robot · 7 years ago
  14. b1aa65f Loosen libhardware dependency by Jakub Pawlowski · 7 years ago
  15. cae9be0 btlinux: Fix sepolicy for split policy (Treble) builds by Rob Herring · 7 years ago
  16. 94a1b5d test_vendor: Add function to extract bytes from iterators by johnshamoon · 7 years ago
  17. c427c0b Merge "test_vendor: Add Iterator tests" by Treehugger Robot · 7 years ago
  18. 6f14011 test_vendor: Use Custom Iterators in L2CAP Classes by johnshamoon · 7 years ago
  19. 1f39b8b test_vendor: Add Iterator tests by johnshamoon · 7 years ago
  20. 80c58d6 test_vendor: Add HciPacket and Iterator classes by johnshamoon · 7 years ago
  21. 974b1f9 test_vendor: Rename discoverable devices. by jruthe · 7 years ago
  22. f246f94 Merge "test_vendor: Add base implementation" by Treehugger Robot · 7 years ago
  23. 28eff18 test_vendor: Add base implementation by Myles Watson · 7 years ago
  24. aec3db9 test_vendor: Change assemble function parameters by jruthe · 7 years ago
  25. 7453a5d Merge "test_vendor: Fragment tests" by Treehugger Robot · 7 years ago
  26. 8769e8e test_vendor: Move include to .cc file by Myles Watson · 8 years ago
  27. 365f3a3 test_vendor: Implement L2CAP packet fragmentation by jruthe · 7 years ago
  28. 4e0fd1b test_vendor: Fragment tests by jruthe · 7 years ago
  29. 8d604d6 test_vendor: Add LOG_DEBUG to L2cap::assemble by jruthe · 7 years ago
  30. 7d26761 test_vendor: Move SDU checks to L2capSdu by jruthe · 7 years ago
  31. 7552c35 test_vendor: Add L2cap and L2capSdu assemble tests by johnshamoon · 7 years ago
  32. 16995c3 test_vendor: L2cap Assemble additional error check by jruthe · 7 years ago
  33. d930fac test_vendor: Rename L2cap class to L2capPacket by jruthe · 7 years ago
  34. 96ad845 test_vendor: Implement packet assembly for SDUs by jruthe · 7 years ago
  35. b707f44 Make RawAddress into a class (1/3) by Jakub Pawlowski · 7 years ago
  36. 10589c7 Generic Bluetooth HAL for standard Linux hci interface by Satish Patel · 7 years ago
  37. 10b43d2 test_vendor: Remove unused libbt-vendor files by Myles Watson · 7 years ago
  38. 17f449d Linux build fix by Jakub Pawlowski · 7 years ago
  39. e59cbd2 Finish conversion to Android.bp by Myles Watson · 8 years ago
  40. 73ad031 test: Add a simulated Bluetooth HAL implementation by Myles Watson · 8 years ago
  41. 77c6bc5 test-vendor-lib: Enable building for 64 bits by Jorge E. Moreira · 7 years ago
  42. f4c5ec8 Add liblog dependency to libbt-vendor. by Alex Deymo · 7 years ago
  43. 01ce9e4 test_vendor: Stop watching before closing the FD by Myles Watson · 8 years ago
  44. 8cd930c test_vendor: Replace __FUNCTION__ with __func__ by Myles Watson · 8 years ago
  45. 3eadf27 Don't build vendor lib on Linux by Bluetooth Build Test · 8 years ago
  46. 21b6e60 test_vendor: Return success for no-ops by Myles Watson · 8 years ago
  47. e36d707 test_vendor: Test fixes for AsyncManager by Myles Watson · 8 years ago
  48. a72fc53 test_vendor: Remove extra byte in LE Features by Myles Watson · 8 years ago
  49. f563ba4 test_vendor: Make tryStartThread return 0 on success by Jorge E. Moreira · 8 years ago
  50. e2eeff4 Convert build system to soong using Android.bp by Jack He · 8 years ago
  51. 15915b1 test_vendor: Use pipe2 to set pipe flags by Myles Watson · 8 years ago
  52. e1fbea9 Merge "Replace assert with CHECK from base/logging.h" by Treehugger Robot · 8 years ago
  53. bed69b9 test_vendor: Add more unit tests for async_manager by Myles Watson · 8 years ago
  54. f2af1c4 Replace assert with CHECK from base/logging.h by Jack He · 8 years ago
  55. 8b89358 test-vendor: Fixed a race condition on the destructor of AsyncManager. by Jorge E. Moreira · 8 years ago
  56. 911d1ae Apply clang-format to the rest of the tree by Myles Watson · 8 years ago
  57. 029a43b Various small fixes for Linux build by Jakub Pawlowski · 8 years ago
  58. b2a292b Renamed most C files to C++: *.c to *.cc by Pavlin Radoslavov · 8 years ago
  59. 015834d vendor_lib: Apply clang-format with the new config by Myles Watson · 8 years ago
  60. 3c4f59f test_vendor: Refactor scheduling of dual_mode_controller event handling by Jorge E. Moreira · 8 years ago
  61. ff9d334 Fix warnings of implicit function declaration in Linux vendor lib by Patrick Tsai · 8 years ago
  62. b2797fc Support TARGET_TRANSLATE_2ND_ARCH case by Victor Khimenko · 8 years ago
  63. 6d83590 test_vendor: Use kInvalidTaskId in the controller by Jorge E. Moreira · 8 years ago
  64. 354a9bf test_vendor: Remove unnecessary const from params by Myles Watson · 8 years ago
  65. f6c30e1 Merge "test_vendor: White space fix in vendor manager" by Treehugger Robot · 8 years ago
  66. 85dba1c Merge "test_vendor: Silence packet_stream.cc" by Treehugger Robot · 8 years ago
  67. 5249817 test_vendor: White space fix in vendor manager by Myles Watson · 8 years ago
  68. d4ff4bb test_vendor: Silence packet_stream.cc by Myles Watson · 8 years ago
  69. 9cd5cd2 test_vendor: Move checks for vendor_manager_ by Jorge E. Moreira · 8 years ago
  70. b7d64b2 test_vendor: Remove using directives from headers by Myles Watson · 8 years ago
  71. 3be0c20 test_vendor: Use BtAddress instead of vectors by Myles Watson · 8 years ago
  72. 265316f test_vendor: Remove unused extern statements by Myles Watson · 8 years ago
  73. caa53d0 test_vendor: Refactor controller timing by Myles Watson · 8 years ago
  74. e3ab96a test_vendor: Refactor test channel by Myles Watson · 8 years ago
  75. b3a80b6 test_vendor: Add BtAddress unit tests by Myles Watson · 8 years ago
  76. 6f8593e test_vendor: Add a BtAddress class by Myles Watson · 8 years ago
  77. 5f7514d Update linux BUILD.gn files by Jakub Pawlowski · 8 years ago
  78. 8f98132 test_vendor: Build independently from the stack by Myles Watson · 8 years ago
  79. 98dcd0b test_vendor: Fix style for UNUSED_ATTR, whitespace by Myles Watson · 8 years ago
  80. 7aaf7c6 A2DP-related naming refactoring and cleanup by Pavlin Radoslavov · 8 years ago
  81. a11e1c1 test_vendor: Allow includes from bt_hci_defs by Myles Watson · 8 years ago
  82. d4f80ae Add a socket unit test for the async_manager by Myles Watson · 8 years ago
  83. b2bbe93 Added cancelling for fd watching on async manager by Jorge E. Moreira · 8 years ago
  84. 1098670 Revert "Added unit test for async_manager with sockets" by Myles Watson · 8 years ago
  85. 1387d43 Added unit test for async_manager with sockets by Jorge E. Moreira · 8 years ago
  86. 5dc0d15 Fix clang-tidy warnings in bt. by Chih-Hung Hsieh · 8 years ago
  87. 7225e49 Fix incorrect fd used for select() call in vendor lib async_manager by Jorge E. Moreira · 8 years ago
  88. 0b32c8d Refactor vendor library to use async manager class by Jorge E. Moreira · 8 years ago
  89. 08c2141 Added the async manager by Jorge E. Moreira · 8 years ago
  90. 65ee728 Added missing #include directives by Jorge E. Moreira · 8 years ago
  91. 97980c2 Replace calls to std::bind by lambda expressions by Jorge E. Moreira · 8 years ago
  92. 83cf95e No longer uses the macro DISALLOW_COPY_AND_ASSIGN by Jorge E. Moreira · 8 years ago
  93. ea3ede2 Using include paths relative to vendor library dir by Jorge E. Moreira · 8 years ago
  94. 03c2c7c Implements some additional commands by Greg Hartman · 8 years ago
  95. 6bfe283 Allow the Bluetooth test library to be used as a vendor library by Greg Hartman · 8 years ago
  96. 3398730 Fix google-explicit-constructor warnings in system/bt. by Chih-Hung Hsieh · 8 years ago
  97. 99195bc test_vendor_lib: refactor packet constructors by Myles Watson · 8 years ago
  98. cb3c6f3 Merge "bt: Update libchrome APIs to r395517" by Luis Hector Chavez · 8 years ago
  99. 63b0519 Fix misc-macro-parentheses warnings by Chih-Hung Hsieh · 8 years ago
  100. 0fb335f bt: Update libchrome APIs to r395517 by Luis Hector Chavez · 8 years ago