1. 5b790fe Make copyright headers consistent with Google template; remove "(C)" by Jakub Pawlowski · 7 years ago
  2. e56fabc hw/bluetooth.default.so -> libbluetooth.so (1/2) by Jakub Pawlowski · 7 years ago
  3. f2f207a Move Bluetooth headers to system/bt (1/3) by Jakub Pawlowski · 7 years ago
  4. 2d262d5 Remove hw_module_t dependency in Bluetooth (1/3) by Jakub Pawlowski · 7 years ago
  5. f6b1716 Rename target.linux[_x86[_64]] to target.linux_glibc[_x86[_64]] by Dan Willemsen · 7 years ago
  6. 3f02f47 Remove default libraries by Dan Willemsen · 7 years ago
  7. fd45611 Fix Linux build by Jack He · 7 years ago
  8. 819e2ec Use one type for UUID (1/5) by Jakub Pawlowski · 8 years ago
  9. 8c273b3 Get rid of libhardware dependency in native daemon by Jakub Pawlowski · 7 years ago
  10. 2e05f0d Cleanup RawAddress usage by Jakub Pawlowski · 7 years ago
  11. 882aec3 Fix errors in handling RawAddresses by Jack He · 7 years ago
  12. 6690866 Revert "bt: Update libchrome APIS to r456626." by Luis Hector Chavez · 8 years ago
  13. 014890b bt: Update libchrome APIS to r456626. by Jay Civelli · 8 years ago
  14. d3988fd Linux build fix by Jakub Pawlowski · 8 years ago
  15. 5120fed GATT: Expose opportunistic client API to Java by Jack He · 8 years ago
  16. b707f44 Make RawAddress into a class (1/3) by Jakub Pawlowski · 8 years ago
  17. a484a88 Rename bt_bdaddr_t into RawAddress (3/3) by Jakub Pawlowski · 8 years ago
  18. 5f88533 bluetoothtbd common library reconfiguration by Jakub Pawlowski · 8 years ago
  19. 96ac0a3 Use references in GATT client/server API (2/3) by Jakub Pawlowski · 8 years ago
  20. a2d3cb2 Move bt_bdaddr_t operator to global header file by Jakub Pawlowski · 8 years ago
  21. 03c278d Include used STL header files by Bailey Forrest · 8 years ago
  22. 842574c Merge "Misc native service changes" by Treehugger Robot · 8 years ago
  23. 48edd4e Misc native service changes by Bailey Forrest · 8 years ago
  24. e8e6c6b Add flag to bluetoothtbd to enable bluetooth on startup by Bailey Forrest · 8 years ago
  25. 79c2ff9 Initial DBus transport support by Jakub Pawlowski · 8 years ago
  26. 45aebe7 Discover primary service by UUID for PTS tests (1/4) by Jakub Pawlowski · 8 years ago
  27. 99c3422 Limit btsnoop file size (5/8) by Ajay Panicker · 8 years ago
  28. 779b4fd Expose LE advertiser address for easier PTS tests (4/6) by Jakub Pawlowski · 8 years ago
  29. 7dd34f5 Read by UUID for PTS tests (4/5) by Jakub Pawlowski · 8 years ago
  30. a329205 Fix a race condition during HCI module shutdown by Pavlin Radoslavov · 8 years ago
  31. 615b7cd Merge "Add test config to bluetoothtbd_test" by Treehugger Robot · 8 years ago
  32. 5204c62 Bluetooth 5 advertising duration refactoring (1/4) by Jakub Pawlowski · 8 years ago
  33. 4672aca Add test config to bluetoothtbd_test by Dan Shi · 8 years ago
  34. f685bfb Bluetooth 5 periodic scan (2/3) by Jakub Pawlowski · 8 years ago
  35. 96fb273 Add option to specify initial LE connection PHY (1/3) by Jakub Pawlowski · 8 years ago
  36. b5ba4fd Expose connection update callback (1/3) by Jakub Pawlowski · 8 years ago
  37. eafd45d Set preferred PHY and read PHY implementation (3/3) by Jakub Pawlowski · 8 years ago
  38. ff32af6 Bluetooth 5 AdvertisingSet implementation (4/4) by Jakub Pawlowski · 8 years ago
  39. 110a4dc Base classes should have virtual destructors by Pavlin Radoslavov · 8 years ago
  40. 16da921 Bluetooth 5 AdvertisingSet implementation (3/4) by Jakub Pawlowski · 8 years ago
  41. 042ac33 Disable broken unittest by Bailey Forrest · 8 years ago
  42. 197a1b9 Display passkey when bonding by Jakub Pawlowski · 8 years ago
  43. 119f32a Use base::Callbacks in BleScannerInterface (2/3) by Jakub Pawlowski · 8 years ago
  44. 2a2583b Add Service Data GAP EIR data type by Bailey Forrest · 8 years ago
  45. 878c50b Minor fixes by Bailey Forrest · 8 years ago
  46. 7de0f9b Propagate BT5 specific scan result properties up the stack (2/3) by Jakub Pawlowski · 8 years ago
  47. e2eeff4 Convert build system to soong using Android.bp by Jack He · 8 years ago
  48. 35675d0 Fix bad connectable advertising constant by Jakub Pawlowski · 8 years ago
  49. daa8a99 Zero is a valid advertiser id by Jakub Pawlowski · 8 years ago
  50. e3051fe Fix Heart Rate Service example by Jakub Pawlowski · 8 years ago
  51. 808650d Modernize BLE Scanner implementation (2/3) by Jakub Pawlowski · 8 years ago
  52. e0750ca Expose Bluetooth 5.0 properties to JNI by Jakub Pawlowski · 8 years ago
  53. 7098432 BLE scan filter setup simplification (2/3) by Jakub Pawlowski · 8 years ago
  54. 83f1d96 Refactor LE scanning HAL (2/3) by Jakub Pawlowski · 8 years ago
  55. f2af1c4 Replace assert with CHECK from base/logging.h by Jack He · 8 years ago
  56. b324a8d Replace usage of "vector<>" with "std::vector<>" by Pavlin Radoslavov · 8 years ago
  57. 911d1ae Apply clang-format to the rest of the tree by Myles Watson · 8 years ago
  58. 9ca0709 Reformat long comments before clang-format by Myles Watson · 8 years ago
  59. 1f60d2d Fix x86_64 compilation on Ubuntu 14.04 by Jack He · 8 years ago
  60. a75087e Move startAdvertising() logic into native code (2/3) by Jakub Pawlowski · 8 years ago
  61. d964cf9 Unify advertising API (1/3) by Jakub Pawlowski · 8 years ago
  62. a8d73ef Move start advertise method to advertising interface (3/3) by Jakub Pawlowski · 8 years ago
  63. b209938 Fix AdvertiseDataParsing test by root · 8 years ago
  64. c3f6a51 Separate LE scanner and GATT client BTIF interfaces (3/3) by Jakub Pawlowski · 8 years ago
  65. f3246f1 Separate LE scanner from GATT client (4/4) by Jakub Pawlowski · 8 years ago
  66. 0ecddf3 Change how Advertise Data is passed to BTIF (2/3) by Jakub Pawlowski · 8 years ago
  67. d550019 Move libhardware dependency to third_party folder on Linux by Jakub Pawlowski · 8 years ago
  68. b2a292b Renamed most C files to C++: *.c to *.cc by Pavlin Radoslavov · 8 years ago
  69. 74ef54b Convert advertising HAL from struct into class (3/3) by Jakub Pawlowski · 8 years ago
  70. 7414642 Remove net_bt_stack group and replace it with bluetooth by Ajay Panicker · 8 years ago
  71. aeafd39 Fix gatt_server_old service added logic by Jakub Pawlowski · 8 years ago
  72. 10c37e6 Don't use move in FOR_EACH_* macro by Jakub Pawlowski · 8 years ago
  73. 73679d0 Bluetooth: split setting params and enabling advertising (3/3) by Jakub Pawlowski · 8 years ago
  74. 67d5a25 Separate advertiser from GATT client (4/4) by Jakub Pawlowski · 9 years ago
  75. 5f7514d Update linux BUILD.gn files by Jakub Pawlowski · 8 years ago
  76. 7aaf7c6 A2DP-related naming refactoring and cleanup by Pavlin Radoslavov · 8 years ago
  77. 5dc0d15 Fix clang-tidy warnings in bt. by Chih-Hung Hsieh · 8 years ago
  78. d19e078 Use standard types, consistent ifdef style everywhere by Marie Janssen · 9 years ago
  79. a641b6f GATT Server refactoring (4/4) by Jakub Pawlowski · 9 years ago
  80. e39e5ae Add C++ Parcelable types for Service, Characteristic, Descriptor by Jakub Pawlowski · 9 years ago
  81. e84c4bd Don't use move in FOR_EACH_* macro by Jakub Pawlowski · 9 years ago
  82. 7932727 Add OnConnectionStateChanged to IBluetoothGattServerCallback by Jakub Pawlowski · 9 years ago
  83. 3398730 Fix google-explicit-constructor warnings in system/bt. by Chih-Hung Hsieh · 9 years ago
  84. 16102de Vectors as parameters to GATT (1/3) by Jakub Pawlowski · 9 years ago
  85. ec79baa Vectors as parameters to GATT write/indicate (1/3) by Jakub Pawlowski · 9 years ago
  86. 63b0519 Fix misc-macro-parentheses warnings by Chih-Hung Hsieh · 9 years ago
  87. d6121a3 Restart failed system calls interrupted with errno of EINTR by Pavlin Radoslavov · 9 years ago
  88. e6d1202 Rename all *.cpp files to *.cc to follow new style by Jakub Pawlowski · 9 years ago
  89. 0194aff Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 9 years ago
  90. 7b266be Add guest mode functionality (2/4) by Ajay Panicker · 9 years ago
  91. 9f19410 Use base from libchrome by Jakub Pawlowski · 9 years ago
  92. bac99a1 Allow unused private field by Christopher Wiley · 9 years ago
  93. 33bd1b4 Fix ambiguous base::TimeDelta reference by Christopher Wiley · 9 years ago
  94. b4a42e7 Linux build fix by Bluetooth Build Test · 9 years ago
  95. 431885e Fix valgrind error by Jakub Pawlowski · 9 years ago
  96. a4bd0d2 service: use AIDL by Jakub Pawlowski · 9 years ago
  97. 9bceebb service: use Parcelable instead of helpers by Jakub Pawlowski · 9 years ago
  98. 9dc9985 Use handles to identify GATT attributes (1/4) by Jakub Pawlowski · 9 years ago
  99. 5d80cb9 bluetooth-cli: add support for --exec by Marie Janssen · 9 years ago
  100. ee6b6d0 Remove dead methods and callbacks by Jakub Pawlowski · 9 years ago