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