1. 79c2ff9 Initial DBus transport support by Jakub Pawlowski · 8 years ago
  2. 45aebe7 Discover primary service by UUID for PTS tests (1/4) by Jakub Pawlowski · 7 years ago
  3. 99c3422 Limit btsnoop file size (5/8) by Ajay Panicker · 7 years ago
  4. 779b4fd Expose LE advertiser address for easier PTS tests (4/6) by Jakub Pawlowski · 7 years ago
  5. 7dd34f5 Read by UUID for PTS tests (4/5) by Jakub Pawlowski · 7 years ago
  6. a329205 Fix a race condition during HCI module shutdown by Pavlin Radoslavov · 7 years ago
  7. 615b7cd Merge "Add test config to bluetoothtbd_test" by Treehugger Robot · 7 years ago
  8. 5204c62 Bluetooth 5 advertising duration refactoring (1/4) by Jakub Pawlowski · 7 years ago
  9. 4672aca Add test config to bluetoothtbd_test by Dan Shi · 7 years ago
  10. f685bfb Bluetooth 5 periodic scan (2/3) by Jakub Pawlowski · 7 years ago
  11. 96fb273 Add option to specify initial LE connection PHY (1/3) by Jakub Pawlowski · 7 years ago
  12. b5ba4fd Expose connection update callback (1/3) by Jakub Pawlowski · 7 years ago
  13. eafd45d Set preferred PHY and read PHY implementation (3/3) by Jakub Pawlowski · 7 years ago
  14. ff32af6 Bluetooth 5 AdvertisingSet implementation (4/4) by Jakub Pawlowski · 7 years ago
  15. 110a4dc Base classes should have virtual destructors by Pavlin Radoslavov · 7 years ago
  16. 16da921 Bluetooth 5 AdvertisingSet implementation (3/4) by Jakub Pawlowski · 8 years ago
  17. 042ac33 Disable broken unittest by Bailey Forrest · 8 years ago
  18. 197a1b9 Display passkey when bonding by Jakub Pawlowski · 8 years ago
  19. 119f32a Use base::Callbacks in BleScannerInterface (2/3) by Jakub Pawlowski · 8 years ago
  20. 2a2583b Add Service Data GAP EIR data type by Bailey Forrest · 8 years ago
  21. 878c50b Minor fixes by Bailey Forrest · 8 years ago
  22. 7de0f9b Propagate BT5 specific scan result properties up the stack (2/3) by Jakub Pawlowski · 8 years ago
  23. e2eeff4 Convert build system to soong using Android.bp by Jack He · 8 years ago
  24. 35675d0 Fix bad connectable advertising constant by Jakub Pawlowski · 8 years ago
  25. daa8a99 Zero is a valid advertiser id by Jakub Pawlowski · 8 years ago
  26. e3051fe Fix Heart Rate Service example by Jakub Pawlowski · 8 years ago
  27. 808650d Modernize BLE Scanner implementation (2/3) by Jakub Pawlowski · 8 years ago
  28. e0750ca Expose Bluetooth 5.0 properties to JNI by Jakub Pawlowski · 8 years ago
  29. 7098432 BLE scan filter setup simplification (2/3) by Jakub Pawlowski · 8 years ago
  30. 83f1d96 Refactor LE scanning HAL (2/3) by Jakub Pawlowski · 8 years ago
  31. f2af1c4 Replace assert with CHECK from base/logging.h by Jack He · 8 years ago
  32. b324a8d Replace usage of "vector<>" with "std::vector<>" by Pavlin Radoslavov · 8 years ago
  33. 911d1ae Apply clang-format to the rest of the tree by Myles Watson · 8 years ago
  34. 9ca0709 Reformat long comments before clang-format by Myles Watson · 8 years ago
  35. 1f60d2d Fix x86_64 compilation on Ubuntu 14.04 by Jack He · 8 years ago
  36. a75087e Move startAdvertising() logic into native code (2/3) by Jakub Pawlowski · 8 years ago
  37. d964cf9 Unify advertising API (1/3) by Jakub Pawlowski · 8 years ago
  38. a8d73ef Move start advertise method to advertising interface (3/3) by Jakub Pawlowski · 8 years ago
  39. b209938 Fix AdvertiseDataParsing test by root · 8 years ago
  40. c3f6a51 Separate LE scanner and GATT client BTIF interfaces (3/3) by Jakub Pawlowski · 8 years ago
  41. f3246f1 Separate LE scanner from GATT client (4/4) by Jakub Pawlowski · 8 years ago
  42. 0ecddf3 Change how Advertise Data is passed to BTIF (2/3) by Jakub Pawlowski · 8 years ago
  43. d550019 Move libhardware dependency to third_party folder on Linux by Jakub Pawlowski · 8 years ago
  44. b2a292b Renamed most C files to C++: *.c to *.cc by Pavlin Radoslavov · 8 years ago
  45. 74ef54b Convert advertising HAL from struct into class (3/3) by Jakub Pawlowski · 8 years ago
  46. 7414642 Remove net_bt_stack group and replace it with bluetooth by Ajay Panicker · 8 years ago
  47. aeafd39 Fix gatt_server_old service added logic by Jakub Pawlowski · 8 years ago
  48. 10c37e6 Don't use move in FOR_EACH_* macro by Jakub Pawlowski · 8 years ago
  49. 73679d0 Bluetooth: split setting params and enabling advertising (3/3) by Jakub Pawlowski · 8 years ago
  50. 67d5a25 Separate advertiser from GATT client (4/4) by Jakub Pawlowski · 8 years ago
  51. 5f7514d Update linux BUILD.gn files by Jakub Pawlowski · 8 years ago
  52. 7aaf7c6 A2DP-related naming refactoring and cleanup by Pavlin Radoslavov · 8 years ago
  53. 5dc0d15 Fix clang-tidy warnings in bt. by Chih-Hung Hsieh · 8 years ago
  54. d19e078 Use standard types, consistent ifdef style everywhere by Marie Janssen · 8 years ago
  55. a641b6f GATT Server refactoring (4/4) by Jakub Pawlowski · 8 years ago
  56. e39e5ae Add C++ Parcelable types for Service, Characteristic, Descriptor by Jakub Pawlowski · 8 years ago
  57. e84c4bd Don't use move in FOR_EACH_* macro by Jakub Pawlowski · 8 years ago
  58. 7932727 Add OnConnectionStateChanged to IBluetoothGattServerCallback by Jakub Pawlowski · 8 years ago
  59. 3398730 Fix google-explicit-constructor warnings in system/bt. by Chih-Hung Hsieh · 8 years ago
  60. 16102de Vectors as parameters to GATT (1/3) by Jakub Pawlowski · 8 years ago
  61. ec79baa Vectors as parameters to GATT write/indicate (1/3) by Jakub Pawlowski · 8 years ago
  62. 63b0519 Fix misc-macro-parentheses warnings by Chih-Hung Hsieh · 8 years ago
  63. d6121a3 Restart failed system calls interrupted with errno of EINTR by Pavlin Radoslavov · 8 years ago
  64. e6d1202 Rename all *.cpp files to *.cc to follow new style by Jakub Pawlowski · 8 years ago
  65. 0194aff Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 8 years ago
  66. 7b266be Add guest mode functionality (2/4) by Ajay Panicker · 8 years ago
  67. 9f19410 Use base from libchrome by Jakub Pawlowski · 8 years ago
  68. bac99a1 Allow unused private field by Christopher Wiley · 8 years ago
  69. 33bd1b4 Fix ambiguous base::TimeDelta reference by Christopher Wiley · 8 years ago
  70. b4a42e7 Linux build fix by Bluetooth Build Test · 8 years ago
  71. 431885e Fix valgrind error by Jakub Pawlowski · 8 years ago
  72. a4bd0d2 service: use AIDL by Jakub Pawlowski · 9 years ago
  73. 9bceebb service: use Parcelable instead of helpers by Jakub Pawlowski · 9 years ago
  74. 9dc9985 Use handles to identify GATT attributes (1/4) by Jakub Pawlowski · 8 years ago
  75. 5d80cb9 bluetooth-cli: add support for --exec by Marie Janssen · 9 years ago
  76. ee6b6d0 Remove dead methods and callbacks by Jakub Pawlowski · 9 years ago
  77. 219d4b6 Build on linux: final changes and instructions. by Jakub Pawlowski · 9 years ago
  78. d7a05a0 Update build files for Fluoride on Linux by Jakub Pawlowski · 9 years ago
  79. 470adc8 service: Non-android OSs don't know how to Binder by Jakub Pawlowski · 9 years ago
  80. db49d08 Fix ParcelHelpersTest.ScanResult unit test by Pavlin Radoslavov · 9 years ago
  81. 5eedb96 service: Use built-in byte vector parser by Jakub Pawlowski · 9 years ago
  82. b97fc43 Add new HAL functions to fake Bluetooth interface by Andre Eisenbach · 9 years ago
  83. 4394720 Fix C/C++ compiler generated warnings by Pavlin Radoslavov · 9 years ago
  84. b937cc0 service: Add services removed/added handlers by Jakub Pawlowski · 9 years ago
  85. 1377f93 Cleanup C and C++ compiler flags by Pavlin Radoslavov · 9 years ago
  86. 2fdc1a1 binder: fix possible stack corruption by Marie Janssen · 9 years ago
  87. 64401bf service/client: command line made nicer by Jakub Pawlowski · 9 years ago
  88. 6859e0c service: add get_gatt_db and it's callback to HAL by Jakub Pawlowski · 9 years ago
  89. da35bbc service: Update HAL call for arguments by Marie Janssen · 9 years ago
  90. 326b602 service: MTU changed callback for GATT server by Jakub Pawlowski · 9 years ago
  91. 756cc4b service/client: add command to change MTU by Jakub Pawlowski · 9 years ago
  92. a655107 service: add SetMtu and OnMtuChanged by Jakub Pawlowski · 9 years ago
  93. c0b1698 service: add bunch of GATT callback handlers by Jakub Pawlowski · 9 years ago
  94. 74385e5 service/example: Heart Rate Server: advertise UUID by Jakub Pawlowski · 9 years ago
  95. 16e1170 Merge "service: add pairing callback handling" by Jakub Pawlowski · 9 years ago
  96. ea5c826 Merge "service: Fix BluetoothInterface locking issues" by Jakub Pawlowski · 9 years ago
  97. c2ffe4e service: add pairing callback handling by Jakub Pawlowski · 9 years ago
  98. d023549 service: implement HAL callback for response confirmation by Jakub Pawlowski · 9 years ago
  99. 3c8abb3 service: Fix BluetoothInterface locking issues by Jakub Pawlowski · 9 years ago
  100. 9c68cdf service: Handle configure_mtu_cb, search_complete_cb and search_result_cb events by Jakub Pawlowski · 9 years ago