1. 1f60d2d Fix x86_64 compilation on Ubuntu 14.04 by Jack He · 8 years ago
  2. a75087e Move startAdvertising() logic into native code (2/3) by Jakub Pawlowski · 8 years ago
  3. d964cf9 Unify advertising API (1/3) by Jakub Pawlowski · 8 years ago
  4. a8d73ef Move start advertise method to advertising interface (3/3) by Jakub Pawlowski · 8 years ago
  5. b209938 Fix AdvertiseDataParsing test by root · 8 years ago
  6. c3f6a51 Separate LE scanner and GATT client BTIF interfaces (3/3) by Jakub Pawlowski · 8 years ago
  7. f3246f1 Separate LE scanner from GATT client (4/4) by Jakub Pawlowski · 8 years ago
  8. 0ecddf3 Change how Advertise Data is passed to BTIF (2/3) by Jakub Pawlowski · 8 years ago
  9. d550019 Move libhardware dependency to third_party folder on Linux by Jakub Pawlowski · 8 years ago
  10. b2a292b Renamed most C files to C++: *.c to *.cc by Pavlin Radoslavov · 8 years ago
  11. 74ef54b Convert advertising HAL from struct into class (3/3) by Jakub Pawlowski · 8 years ago
  12. 7414642 Remove net_bt_stack group and replace it with bluetooth by Ajay Panicker · 8 years ago
  13. aeafd39 Fix gatt_server_old service added logic by Jakub Pawlowski · 8 years ago
  14. 10c37e6 Don't use move in FOR_EACH_* macro by Jakub Pawlowski · 8 years ago
  15. 73679d0 Bluetooth: split setting params and enabling advertising (3/3) by Jakub Pawlowski · 8 years ago
  16. 67d5a25 Separate advertiser from GATT client (4/4) by Jakub Pawlowski · 8 years ago
  17. 5f7514d Update linux BUILD.gn files by Jakub Pawlowski · 8 years ago
  18. 7aaf7c6 A2DP-related naming refactoring and cleanup by Pavlin Radoslavov · 8 years ago
  19. 5dc0d15 Fix clang-tidy warnings in bt. by Chih-Hung Hsieh · 8 years ago
  20. d19e078 Use standard types, consistent ifdef style everywhere by Marie Janssen · 8 years ago
  21. a641b6f GATT Server refactoring (4/4) by Jakub Pawlowski · 8 years ago
  22. e39e5ae Add C++ Parcelable types for Service, Characteristic, Descriptor by Jakub Pawlowski · 8 years ago
  23. e84c4bd Don't use move in FOR_EACH_* macro by Jakub Pawlowski · 8 years ago
  24. 7932727 Add OnConnectionStateChanged to IBluetoothGattServerCallback by Jakub Pawlowski · 8 years ago
  25. 3398730 Fix google-explicit-constructor warnings in system/bt. by Chih-Hung Hsieh · 8 years ago
  26. 16102de Vectors as parameters to GATT (1/3) by Jakub Pawlowski · 8 years ago
  27. ec79baa Vectors as parameters to GATT write/indicate (1/3) by Jakub Pawlowski · 8 years ago
  28. 63b0519 Fix misc-macro-parentheses warnings by Chih-Hung Hsieh · 8 years ago
  29. d6121a3 Restart failed system calls interrupted with errno of EINTR by Pavlin Radoslavov · 8 years ago
  30. e6d1202 Rename all *.cpp files to *.cc to follow new style by Jakub Pawlowski · 8 years ago
  31. 0194aff Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 8 years ago
  32. 7b266be Add guest mode functionality (2/4) by Ajay Panicker · 8 years ago
  33. 9f19410 Use base from libchrome by Jakub Pawlowski · 8 years ago
  34. bac99a1 Allow unused private field by Christopher Wiley · 8 years ago
  35. 33bd1b4 Fix ambiguous base::TimeDelta reference by Christopher Wiley · 8 years ago
  36. b4a42e7 Linux build fix by Bluetooth Build Test · 8 years ago
  37. 431885e Fix valgrind error by Jakub Pawlowski · 8 years ago
  38. a4bd0d2 service: use AIDL by Jakub Pawlowski · 9 years ago
  39. 9bceebb service: use Parcelable instead of helpers by Jakub Pawlowski · 9 years ago
  40. 9dc9985 Use handles to identify GATT attributes (1/4) by Jakub Pawlowski · 8 years ago
  41. 5d80cb9 bluetooth-cli: add support for --exec by Marie Janssen · 9 years ago
  42. ee6b6d0 Remove dead methods and callbacks by Jakub Pawlowski · 9 years ago
  43. 219d4b6 Build on linux: final changes and instructions. by Jakub Pawlowski · 9 years ago
  44. d7a05a0 Update build files for Fluoride on Linux by Jakub Pawlowski · 9 years ago
  45. 470adc8 service: Non-android OSs don't know how to Binder by Jakub Pawlowski · 9 years ago
  46. db49d08 Fix ParcelHelpersTest.ScanResult unit test by Pavlin Radoslavov · 9 years ago
  47. 5eedb96 service: Use built-in byte vector parser by Jakub Pawlowski · 9 years ago
  48. b97fc43 Add new HAL functions to fake Bluetooth interface by Andre Eisenbach · 9 years ago
  49. 4394720 Fix C/C++ compiler generated warnings by Pavlin Radoslavov · 9 years ago
  50. b937cc0 service: Add services removed/added handlers by Jakub Pawlowski · 9 years ago
  51. 1377f93 Cleanup C and C++ compiler flags by Pavlin Radoslavov · 9 years ago
  52. 2fdc1a1 binder: fix possible stack corruption by Marie Janssen · 9 years ago
  53. 64401bf service/client: command line made nicer by Jakub Pawlowski · 9 years ago
  54. 6859e0c service: add get_gatt_db and it's callback to HAL by Jakub Pawlowski · 9 years ago
  55. da35bbc service: Update HAL call for arguments by Marie Janssen · 9 years ago
  56. 326b602 service: MTU changed callback for GATT server by Jakub Pawlowski · 9 years ago
  57. 756cc4b service/client: add command to change MTU by Jakub Pawlowski · 9 years ago
  58. a655107 service: add SetMtu and OnMtuChanged by Jakub Pawlowski · 9 years ago
  59. c0b1698 service: add bunch of GATT callback handlers by Jakub Pawlowski · 9 years ago
  60. 74385e5 service/example: Heart Rate Server: advertise UUID by Jakub Pawlowski · 9 years ago
  61. 16e1170 Merge "service: add pairing callback handling" by Jakub Pawlowski · 9 years ago
  62. ea5c826 Merge "service: Fix BluetoothInterface locking issues" by Jakub Pawlowski · 9 years ago
  63. c2ffe4e service: add pairing callback handling by Jakub Pawlowski · 9 years ago
  64. d023549 service: implement HAL callback for response confirmation by Jakub Pawlowski · 9 years ago
  65. 3c8abb3 service: Fix BluetoothInterface locking issues by Jakub Pawlowski · 9 years ago
  66. 9c68cdf service: Handle configure_mtu_cb, search_complete_cb and search_result_cb events by Jakub Pawlowski · 9 years ago
  67. fd4df52 Merge "service/example: Add advertise flag for hr server" by Marie Janssen · 9 years ago
  68. 032169c service/example: Add advertise flag for hr server by Jakub Pawlowski · 9 years ago
  69. f40f0d0 service: handle remote_device_properties_cb callback by Jakub Pawlowski · 9 years ago
  70. d61f8d9 Merge "service: Solve locking issues inside GATT interface" by Jakub Pawlowski · 9 years ago
  71. 25689c1 service: Solve locking issues inside GATT interface by Jakub Pawlowski · 9 years ago
  72. c637b0c Fix build break in system/bt by Alex Vakulenko · 9 years ago
  73. 5fbbf42 Merge "service/client: implement connect and disconnect methods" by Jakub Pawlowski · 9 years ago
  74. 608762d service/client: implement connect and disconnect methods by Jakub Pawlowski · 9 years ago
  75. 1cbff4e Add missing field to fake Bluetooth interface by Ajay Panicker · 9 years ago
  76. 57d7bf9 bt: Update libchrome APIs to r369476 by Alex Vakulenko · 9 years ago
  77. 455dc8f service: Expose Connect and Disconnect through IBluetothLowEnergy by Jakub Pawlowski · 9 years ago
  78. a6372e9 Add Connect and Disconnect methods to LowEnergyClient by Jakub Pawlowski · 9 years ago
  79. ce021dd service: add HAL for connect/disconnect by Jakub Pawlowski · 9 years ago
  80. dff1aa9 service: Implement IBinder.dump() by Marie Janssen · 9 years ago
  81. f6e7804 Merge "service: Add RegisterTestClient" by Jakub Pawlowski · 9 years ago
  82. 53cfa7c service: Add RegisterTestClient by Jakub Pawlowski · 9 years ago
  83. ba197a2 service: add scan support to bluetooth-cli by Jakub Pawlowski · 9 years ago
  84. 45480a0 service: Add LE scan result support to Binder API by Arman Uguray · 9 years ago
  85. 6dc9202 service: Add LE scan support to Binder API by Arman Uguray · 9 years ago
  86. 82ea72f service: Add OnScanResult Delegate event. by Arman Uguray · 9 years ago
  87. 480174f service: Add Start|StopScan API to LowEnergyClient by Arman Uguray · 9 years ago
  88. 60b0e8f service: Parametrize LowEnergyClient with Adapter for tests by Jakub Pawlowski · 9 years ago
  89. 3f6aa07 service/hal: Add per-client Scan interface by Arman Uguray · 9 years ago
  90. 6d596c0 service: use client_id instead of client_if by Jakub Pawlowski · 9 years ago
  91. d748ef2 service: Rename variable holding advertisement settings by Jakub Pawlowski · 9 years ago
  92. 0a0d393 service: Make Adapter mockable. by Arman Uguray · 9 years ago
  93. 9f41ecb Merge "service: Add global scan support getters" by Jakub Pawlowski · 9 years ago
  94. 1a5bb5f Implement OOB pairing for LE devices using TK. by Jakub Pawlowski · 9 years ago
  95. 3257968 Bluetooth: Remove std=c++11 by Andreas Gampe · 9 years ago
  96. ec63624 Use GID "wakelock" to control access to kernel wakelock by Pavlin Radoslavov · 9 years ago
  97. a961da5 Remove dependency on base::Hash by Christopher Wiley · 9 years ago
  98. a80c731 Bluetooth: Silence warnings by Andreas Gampe · 9 years ago
  99. f261cf8 net_test_bluetooth: GATT test refactor by Ajay Panicker · 9 years ago
  100. 6791e9a service: Add global scan support getters by Arman Uguray · 9 years ago