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