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