1. 2c822c9 Add the AVRCP Device class for the AVRCP Refactor by Ajay Panicker · 7 years ago
  2. 8f73773 Add AVRCP Browse packets to the completed packets. by Ajay Panicker · 7 years ago
  3. 341ab2b Add Packet class as alternative to BT_HDR by Ajay Panicker · 7 years ago
  4. d752229 Add support for Multi-A2DP state machines per device by Pavlin Radoslavov · 7 years ago
  5. e07f3d0 Run by default the 64-bit unit tests on 64-bit devices by Pavlin Radoslavov · 7 years ago
  6. b268257 Revert "Build only for current architecture by default" by Pavlin Radoslavov · 7 years ago
  7. b738576 Host test script should return 1 when build fails or test is missing by Jack He · 7 years ago
  8. 39555a3 TEST: Fix host native test script by Jack He · 7 years ago
  9. 5b790fe Make copyright headers consistent with Google template; remove "(C)" by Jakub Pawlowski · 7 years ago
  10. 8620958 Build only for current architecture by default by Jakub Pawlowski · 7 years ago
  11. 50e1ada Remove LD_LIBRARY_PATH from test/run_unit_test.sh by Jakub Pawlowski · 7 years ago
  12. 121882e Linux: bluetooth.default.so -> libbluetooth.so by Jakub Pawlowski · 7 years ago
  13. a3341a0 Merge "Test: Rename performance_test to net_test_performance" by Treehugger Robot · 7 years ago
  14. 297cca4 Test: Rename performance_test to net_test_performance by Jack He · 7 years ago
  15. e56fabc hw/bluetooth.default.so -> libbluetooth.so (1/2) by Jakub Pawlowski · 7 years ago
  16. f2f207a Move Bluetooth headers to system/bt (1/3) by Jakub Pawlowski · 7 years ago
  17. 5fceead Remove hw_module_t dependency in Bluetooth - cleanup by Jakub Pawlowski · 7 years ago
  18. ecace46 Move include->internal_include (1/2) by Jakub Pawlowski · 7 years ago
  19. 11f1e93 Use DIST_DIR from environment for XML log output by Jack He · 7 years ago
  20. aba81f4 Add script to run host native unit tests by Jack He · 7 years ago
  21. 4449dac Fix net_test_bluetooth by Jakub Pawlowski · 7 years ago
  22. 819e2ec Use one type for UUID (1/5) by Jakub Pawlowski · 7 years ago
  23. 8c273b3 Get rid of libhardware dependency in native daemon by Jakub Pawlowski · 7 years ago
  24. b1aa65f Loosen libhardware dependency by Jakub Pawlowski · 7 years ago
  25. d366807 Clean-up BTIF profile queue on profile shutdown by Jack He · 7 years ago
  26. 5b96667 Ensure that services are cleaned from the GattServer HandleMap. by Jeremy Klein · 7 years ago
  27. b7fe616 Add 'vendor.' prefix to a vendor HAL service name by Jaekyun Seok · 7 years ago
  28. 2a87466 Store a name string in property without violating string boundaries by Pavlin Radoslavov · 7 years ago
  29. 882aec3 Fix errors in handling RawAddresses by Jack He · 7 years ago
  30. 28eff18 test_vendor: Add base implementation by Myles Watson · 7 years ago
  31. d3988fd Linux build fix by Jakub Pawlowski · 7 years ago
  32. b707f44 Make RawAddress into a class (1/3) by Jakub Pawlowski · 7 years ago
  33. a484a88 Rename bt_bdaddr_t into RawAddress (3/3) by Jakub Pawlowski · 7 years ago
  34. 96ac0a3 Use references in GATT client/server API (2/3) by Jakub Pawlowski · 7 years ago
  35. 6da40f9 Get rid of no longer necessary bt_bdaddr_t helpers by Jakub Pawlowski · 7 years ago
  36. 2b7e905 Swap BTA and HCI queues with message loops by Ajay Panicker · 8 years ago
  37. 103b2c4 LE advertise data parsing refactor by Jakub Pawlowski · 7 years ago
  38. a329205 Fix a race condition during HCI module shutdown by Pavlin Radoslavov · 7 years ago
  39. 304ceeb Create unit test framework for audio_a2dp_hw by Pavlin Radoslavov · 7 years ago
  40. ee8965e Merge "Add test config to net_test_bluetooth" by Treehugger Robot · 7 years ago
  41. d0a99cd Add test config to net_test_bluetooth by Dan Shi · 7 years ago
  42. 73ad031 test: Add a simulated Bluetooth HAL implementation by Myles Watson · 8 years ago
  43. f9c5752 cleanup: no assigns in conditionals by Marie Janssen · 8 years ago
  44. e2eeff4 Convert build system to soong using Android.bp by Jack He · 8 years ago
  45. 3c5a9b0 Merge "Add unit tests and refactor LE legacy pairing key distribution methods" by Treehugger Robot · 8 years ago
  46. 83f1d96 Refactor LE scanning HAL (2/3) by Jakub Pawlowski · 8 years ago
  47. 2ec8746 Add unit tests and refactor LE legacy pairing key distribution methods by Jack He · 8 years ago
  48. b324a8d Replace usage of "vector<>" with "std::vector<>" by Pavlin Radoslavov · 8 years ago
  49. 911d1ae Apply clang-format to the rest of the tree by Myles Watson · 8 years ago
  50. a8d73ef Move start advertise method to advertising interface (3/3) by Jakub Pawlowski · 8 years ago
  51. 975178d Merge "test: Add a README file" by Treehugger Robot · 8 years ago
  52. c3f6a51 Separate LE scanner and GATT client BTIF interfaces (3/3) by Jakub Pawlowski · 8 years ago
  53. 30d4c85 test: Add a README file by Myles Watson · 8 years ago
  54. 6c0ca7a Various small warning/build fixes for Linux by Jakub Pawlowski · 8 years ago
  55. 029a43b Various small fixes for Linux build by Jakub Pawlowski · 8 years ago
  56. b2a292b Renamed most C files to C++: *.c to *.cc by Pavlin Radoslavov · 8 years ago
  57. 74ef54b Convert advertising HAL from struct into class (3/3) by Jakub Pawlowski · 8 years ago
  58. e47b769 Make Bluetooth LE multi-advertising testable by Jakub Pawlowski · 8 years ago
  59. 7e58626 Added A2DP codec-related APIs by Pavlin Radoslavov · 8 years ago
  60. e5c7895 Make it possible to post closures to BTA message queue by Jakub Pawlowski · 8 years ago
  61. 7aaf7c6 A2DP-related naming refactoring and cleanup by Pavlin Radoslavov · 8 years ago
  62. a641b6f GATT Server refactoring (4/4) by Jakub Pawlowski · 8 years ago
  63. 16102de Vectors as parameters to GATT (1/3) by Jakub Pawlowski · 8 years ago
  64. b172552 Fix unused source warning by Dan Willemsen · 8 years ago
  65. fa717c0 net_test_bluetooth: RFCOMM test refactor by Ajay Panicker · 9 years ago
  66. e6d1202 Rename all *.cpp files to *.cc to follow new style by Jakub Pawlowski · 8 years ago
  67. 7b266be Add guest mode functionality (2/4) by Ajay Panicker · 8 years ago
  68. fb5a382 Don't destroy BTIF Device Management state during shutdown by Pavlin Radoslavov · 8 years ago
  69. cd0199a Remove bluedroidtest by Andre Eisenbach · 9 years ago
  70. d7a05a0 Update build files for Fluoride on Linux by Jakub Pawlowski · 9 years ago
  71. 4394720 Fix C/C++ compiler generated warnings by Pavlin Radoslavov · 9 years ago
  72. 1377f93 Cleanup C and C++ compiler flags by Pavlin Radoslavov · 9 years ago
  73. e11cc0b Make BTIF a static library; add unit test framework by Andre Eisenbach · 9 years ago
  74. 19cd152 net_test_bluetooth: fix inconsistency in set/get name test by Ajay Panicker · 9 years ago
  75. 3257968 Bluetooth: Remove std=c++11 by Andreas Gampe · 9 years ago
  76. 4bb7653 net_test_bluetooth: Improve set/get name logic by Ajay Panicker · 9 years ago
  77. ddf67ab net_test_bluetooth: fix set and get name tests by Ajay Panicker · 9 years ago
  78. f261cf8 net_test_bluetooth: GATT test refactor by Ajay Panicker · 9 years ago
  79. 092cf9e test: Add bluetoothtbd_test and net_test_bluetooth to runner by Scott James Remnant · 9 years ago
  80. c2a61ac Add default implementations for observer callbacks by Ajay Panicker · 9 years ago
  81. fc616e0 net_test_bluetooth: adapter test refactor by Ajay Panicker · 9 years ago
  82. cc79505 Merge changes I7f9b2ea0,Ibb1c1d4c,I64cef032 by Scott James Remnant · 9 years ago
  83. d3842ed Compile as 64-bit library; fix includes by Andre Eisenbach · 9 years ago
  84. ea01e8d Reapply "Fix broken test caused by misordered callback arguments." by Sharvil Nanavati · 9 years ago
  85. 0f61cf7 Clean up run_unit_tests wordiness by Scott James Remnant · 9 years ago
  86. a05d936 Add iterations option to run_unit_tests by Scott James Remnant · 9 years ago
  87. 707fc0c Clean up run_unit_tests a little by Scott James Remnant · 9 years ago
  88. 6babef0 Pass unknown run_unit_tests long arguments to tests by Scott James Remnant · 9 years ago
  89. 753c074 Add test filter option to run_unit_tests by Scott James Remnant · 9 years ago
  90. 0ff191a Give run_unit_tests an exit code by Scott James Remnant · 9 years ago
  91. 03e8be8 Add -s <specific device> to run_unit_tests by Scott James Remnant · 9 years ago
  92. e27d313 net_test_bluetooth: replace with gtest variant by Scott James Remnant · 9 years ago
  93. 7ab5909 Indicate failed tests in run_unit_tests.sh by Andre Eisenbach · 9 years ago
  94. 1b4c8b4 Fix broken test caused by misordered callback arguments. by Sharvil Nanavati · 9 years ago
  95. 45a94e1 Removed libpower-related references. by Pavlin Radoslavov · 9 years ago
  96. 3e54b60 gn-build: Get net_test_bluetooth to compile by Marie Janssen · 9 years ago
  97. b7a077b Rename net_test_bluedroid to net_test_bluetooth by Andre Eisenbach · 9 years ago
  98. de86bfa Add libpower as a dependency to all device targets that include libosi. by Sharvil Nanavati · 9 years ago
  99. 9d0965c Implementation of net_test_bluedroid as a GTest. by Joshua Schwarz · 9 years ago
  100. 06500ff bluedroidtest: drop obsolete libhardware_legacy dependency. by Ian Coolidge · 9 years ago