1. 83f1d96 Refactor LE scanning HAL (2/3) by Jakub Pawlowski · 8 years ago
  2. 2ec8746 Add unit tests and refactor LE legacy pairing key distribution methods by Jack He · 8 years ago
  3. b324a8d Replace usage of "vector<>" with "std::vector<>" by Pavlin Radoslavov · 8 years ago
  4. 911d1ae Apply clang-format to the rest of the tree by Myles Watson · 8 years ago
  5. a8d73ef Move start advertise method to advertising interface (3/3) by Jakub Pawlowski · 8 years ago
  6. 975178d Merge "test: Add a README file" by Treehugger Robot · 8 years ago
  7. c3f6a51 Separate LE scanner and GATT client BTIF interfaces (3/3) by Jakub Pawlowski · 8 years ago
  8. 30d4c85 test: Add a README file by Myles Watson · 8 years ago
  9. 6c0ca7a Various small warning/build fixes for Linux by Jakub Pawlowski · 8 years ago
  10. 029a43b Various small fixes for Linux build by Jakub Pawlowski · 8 years ago
  11. b2a292b Renamed most C files to C++: *.c to *.cc by Pavlin Radoslavov · 8 years ago
  12. 74ef54b Convert advertising HAL from struct into class (3/3) by Jakub Pawlowski · 8 years ago
  13. e47b769 Make Bluetooth LE multi-advertising testable by Jakub Pawlowski · 8 years ago
  14. 7e58626 Added A2DP codec-related APIs by Pavlin Radoslavov · 8 years ago
  15. e5c7895 Make it possible to post closures to BTA message queue by Jakub Pawlowski · 8 years ago
  16. 7aaf7c6 A2DP-related naming refactoring and cleanup by Pavlin Radoslavov · 8 years ago
  17. a641b6f GATT Server refactoring (4/4) by Jakub Pawlowski · 8 years ago
  18. 16102de Vectors as parameters to GATT (1/3) by Jakub Pawlowski · 8 years ago
  19. b172552 Fix unused source warning by Dan Willemsen · 8 years ago
  20. fa717c0 net_test_bluetooth: RFCOMM test refactor by Ajay Panicker · 9 years ago
  21. e6d1202 Rename all *.cpp files to *.cc to follow new style by Jakub Pawlowski · 8 years ago
  22. 7b266be Add guest mode functionality (2/4) by Ajay Panicker · 8 years ago
  23. fb5a382 Don't destroy BTIF Device Management state during shutdown by Pavlin Radoslavov · 8 years ago
  24. cd0199a Remove bluedroidtest by Andre Eisenbach · 9 years ago
  25. d7a05a0 Update build files for Fluoride on Linux by Jakub Pawlowski · 9 years ago
  26. 4394720 Fix C/C++ compiler generated warnings by Pavlin Radoslavov · 9 years ago
  27. 1377f93 Cleanup C and C++ compiler flags by Pavlin Radoslavov · 9 years ago
  28. e11cc0b Make BTIF a static library; add unit test framework by Andre Eisenbach · 9 years ago
  29. 19cd152 net_test_bluetooth: fix inconsistency in set/get name test by Ajay Panicker · 9 years ago
  30. 3257968 Bluetooth: Remove std=c++11 by Andreas Gampe · 9 years ago
  31. 4bb7653 net_test_bluetooth: Improve set/get name logic by Ajay Panicker · 9 years ago
  32. ddf67ab net_test_bluetooth: fix set and get name tests by Ajay Panicker · 9 years ago
  33. f261cf8 net_test_bluetooth: GATT test refactor by Ajay Panicker · 9 years ago
  34. 092cf9e test: Add bluetoothtbd_test and net_test_bluetooth to runner by Scott James Remnant · 9 years ago
  35. c2a61ac Add default implementations for observer callbacks by Ajay Panicker · 9 years ago
  36. fc616e0 net_test_bluetooth: adapter test refactor by Ajay Panicker · 9 years ago
  37. cc79505 Merge changes I7f9b2ea0,Ibb1c1d4c,I64cef032 by Scott James Remnant · 9 years ago
  38. d3842ed Compile as 64-bit library; fix includes by Andre Eisenbach · 9 years ago
  39. ea01e8d Reapply "Fix broken test caused by misordered callback arguments." by Sharvil Nanavati · 9 years ago
  40. 0f61cf7 Clean up run_unit_tests wordiness by Scott James Remnant · 9 years ago
  41. a05d936 Add iterations option to run_unit_tests by Scott James Remnant · 9 years ago
  42. 707fc0c Clean up run_unit_tests a little by Scott James Remnant · 9 years ago
  43. 6babef0 Pass unknown run_unit_tests long arguments to tests by Scott James Remnant · 9 years ago
  44. 753c074 Add test filter option to run_unit_tests by Scott James Remnant · 9 years ago
  45. 0ff191a Give run_unit_tests an exit code by Scott James Remnant · 9 years ago
  46. 03e8be8 Add -s <specific device> to run_unit_tests by Scott James Remnant · 9 years ago
  47. e27d313 net_test_bluetooth: replace with gtest variant by Scott James Remnant · 9 years ago
  48. 7ab5909 Indicate failed tests in run_unit_tests.sh by Andre Eisenbach · 9 years ago
  49. 1b4c8b4 Fix broken test caused by misordered callback arguments. by Sharvil Nanavati · 9 years ago
  50. 45a94e1 Removed libpower-related references. by Pavlin Radoslavov · 9 years ago
  51. 3e54b60 gn-build: Get net_test_bluetooth to compile by Marie Janssen · 9 years ago
  52. b7a077b Rename net_test_bluedroid to net_test_bluetooth by Andre Eisenbach · 9 years ago
  53. de86bfa Add libpower as a dependency to all device targets that include libosi. by Sharvil Nanavati · 9 years ago
  54. 9d0965c Implementation of net_test_bluedroid as a GTest. by Joshua Schwarz · 9 years ago
  55. 06500ff bluedroidtest: drop obsolete libhardware_legacy dependency. by Ian Coolidge · 9 years ago
  56. 4b04b8d Work around clang/llvm compilation problems. by Chih-Hung Hsieh · 9 years ago
  57. 1f01b26 Fix compile error on Fugu by Andre Eisenbach · 9 years ago
  58. e1a9e52 Merge commit 'f7f839985b3931682363d2ef3b7c5cae55a842ee' into merge by Etan Cohen · 9 years ago
  59. 80832ef Builds server with service, characteristic, and descriptor UUIDs. Then starts and stops the server. by Steve Gu · 10 years ago
  60. a013b0c Adds tests for BLE advertising and BLE server register. Also fixes random seed. by Steve Gu · 10 years ago
  61. c849763 Adds BLE tests to bdtest. by Steve Gu · 10 years ago
  62. 3252cf0 property api unification, naming and testing by Chris Manton · 10 years ago
  63. 2234929 Add a simple classic peer by Zach Johnson · 10 years ago
  64. aa3a011 Add key equality function option for hash_map by Zach Johnson · 10 years ago
  65. f73a207 Add bash script for running unit tests by Zach Johnson · 10 years ago
  66. 6168357 Rename Bluetooth binaries to use the net_ and net_test_ prefixes. by Sharvil Nanavati · 10 years ago
  67. e035135 Sometimes I forget stopping shell before running bdtest. by Steve Gu · 10 years ago
  68. 251a401 Add a command line flag to skip sanity test suite. by Sharvil Nanavati · 10 years ago
  69. c5a723c bdtest: read the paired device's bdaddr from the stack config file. by Sharvil Nanavati · 10 years ago
  70. 58243ab Modify bdtest to enable running individual tests by their name. by Steve Gu · 10 years ago
  71. f95157c Remove duplicate functionality by Chris Manton · 10 years ago
  72. 8e55e96 Make bdtest report the total number of tests (sanity + suite) by Zach Johnson · 10 years ago
  73. a6b7492 Change bdtest text color gray to the default color by Zach Johnson · 10 years ago
  74. f91f2c4 Add system tests for RFCOMM sockets. by Sharvil Nanavati · 10 years ago
  75. 1725da1 Add a watchdog timer to test suite. by Sharvil Nanavati · 10 years ago
  76. 4224342 Only colorize test result output if stdout is attached to a tty. by Sharvil Nanavati · 10 years ago
  77. 5c26224 Move properties data primitive into btcore by Chris Manton · 10 years ago
  78. c0e2f99 Disassociate hash algorithm with hash function name by Zach Johnson · 10 years ago
  79. 6cfe044 Fix timer allocations in the test harness, so bdtest runs again by Zach Johnson · 10 years ago
  80. b9164f4 Add missing includes. by Elliott Hughes · 10 years ago
  81. 84a3b26 update test to build and run with latest BT HAL by Thierry Strudel · 10 years ago
  82. e5ba884 LE energy info feature by Satya Calloji · 10 years ago
  83. e88544a am 138ca8b8: Make unit tests pass again after OS callout change. by Sharvil Nanavati · 10 years ago
  84. 28def57 pan_control_state_changed arggument order is not right by Matthew Xie · 10 years ago
  85. c07d815 am b6a91283: Temporarily fix test suite to swap arguments until code from AOSP is merged in. by Sharvil Nanavati · 10 years ago
  86. 138ca8b Make unit tests pass again after OS callout change. by Sharvil Nanavati · 10 years ago
  87. ccb576a resolved conflicts for merge of 795bcebc to master by Sharvil Nanavati · 10 years ago
  88. 6a73458 am bb170e66: am 643e0310: am 556cc857: Merge "Remove unused LOCAL_LDLIBS." by Ying Wang · 10 years ago
  89. 515bd5b Remove unused LOCAL_LDLIBS. by Ying Wang · 10 years ago
  90. c2aeb2c Fix-build : Do not build bluedroid for 64 bit targets. by Narayan Kamath · 10 years ago
  91. f92dbf6 fix incorrect function declaration of pan_control_state_changed by Matthew Xie · 10 years ago
  92. ec6db67 Temporarily fix test suite to swap arguments until code from AOSP is merged in. by Sharvil Nanavati · 10 years ago
  93. 3cf59ef Initial import of HAL-layer tests for bluedroid. by Sharvil Nanavati · 10 years ago
  94. 31fafe5 Eliminate warnings, add -Wall and -Werror to all projects. by Sharvil Nanavati · 10 years ago
  95. 5b6b25d Compile using C99. by Sharvil Nanavati · 10 years ago
  96. b6a9128 Temporarily fix test suite to swap arguments until code from AOSP is merged in. by Sharvil Nanavati · 10 years ago
  97. 2a73b6d Initial import of HAL-layer tests for bluedroid. by Sharvil Nanavati · 10 years ago
  98. 6dae552 Eliminate warnings, add -Wall and -Werror to all projects. by Sharvil Nanavati · 10 years ago
  99. 795bceb Compile using C99. by Sharvil Nanavati · 10 years ago
  100. f16a560 TARGET_SIMULATOR is long dead. by Elliott Hughes · 11 years ago