1. aeca7aa bt: Update libchrome APIS to r456626. by Hidehiko Abe · 7 years ago
  2. 5b790fe Make copyright headers consistent with Google template; remove "(C)" by Jakub Pawlowski · 7 years ago
  3. 2d262d5 Remove hw_module_t dependency in Bluetooth (1/3) by Jakub Pawlowski · 7 years ago
  4. 819e2ec Use one type for UUID (1/5) by Jakub Pawlowski · 7 years ago
  5. 6690866 Revert "bt: Update libchrome APIS to r456626." by Luis Hector Chavez · 7 years ago
  6. 014890b bt: Update libchrome APIS to r456626. by Jay Civelli · 8 years ago
  7. b707f44 Make RawAddress into a class (1/3) by Jakub Pawlowski · 7 years ago
  8. a484a88 Rename bt_bdaddr_t into RawAddress (3/3) by Jakub Pawlowski · 7 years ago
  9. 96ac0a3 Use references in GATT client/server API (2/3) by Jakub Pawlowski · 7 years ago
  10. 779b4fd Expose LE advertiser address for easier PTS tests (4/6) by Jakub Pawlowski · 8 years ago
  11. 5204c62 Bluetooth 5 advertising duration refactoring (1/4) by Jakub Pawlowski · 8 years ago
  12. f685bfb Bluetooth 5 periodic scan (2/3) by Jakub Pawlowski · 8 years ago
  13. ff32af6 Bluetooth 5 AdvertisingSet implementation (4/4) by Jakub Pawlowski · 8 years ago
  14. 16da921 Bluetooth 5 AdvertisingSet implementation (3/4) by Jakub Pawlowski · 8 years ago
  15. 119f32a Use base::Callbacks in BleScannerInterface (2/3) by Jakub Pawlowski · 8 years ago
  16. 808650d Modernize BLE Scanner implementation (2/3) by Jakub Pawlowski · 8 years ago
  17. e0750ca Expose Bluetooth 5.0 properties to JNI by Jakub Pawlowski · 8 years ago
  18. 7098432 BLE scan filter setup simplification (2/3) by Jakub Pawlowski · 8 years ago
  19. 83f1d96 Refactor LE scanning HAL (2/3) by Jakub Pawlowski · 8 years ago
  20. f2af1c4 Replace assert with CHECK from base/logging.h by Jack He · 8 years ago
  21. b324a8d Replace usage of "vector<>" with "std::vector<>" by Pavlin Radoslavov · 8 years ago
  22. 911d1ae Apply clang-format to the rest of the tree by Myles Watson · 8 years ago
  23. a75087e Move startAdvertising() logic into native code (2/3) by Jakub Pawlowski · 8 years ago
  24. d964cf9 Unify advertising API (1/3) by Jakub Pawlowski · 8 years ago
  25. a8d73ef Move start advertise method to advertising interface (3/3) by Jakub Pawlowski · 8 years ago
  26. b209938 Fix AdvertiseDataParsing test by root · 8 years ago
  27. c3f6a51 Separate LE scanner and GATT client BTIF interfaces (3/3) by Jakub Pawlowski · 8 years ago
  28. 0ecddf3 Change how Advertise Data is passed to BTIF (2/3) by Jakub Pawlowski · 8 years ago
  29. b2a292b Renamed most C files to C++: *.c to *.cc by Pavlin Radoslavov · 8 years ago
  30. 74ef54b Convert advertising HAL from struct into class (3/3) by Jakub Pawlowski · 8 years ago
  31. 73679d0 Bluetooth: split setting params and enabling advertising (3/3) by Jakub Pawlowski · 8 years ago
  32. 67d5a25 Separate advertiser from GATT client (4/4) by Jakub Pawlowski · 8 years ago
  33. 5dc0d15 Fix clang-tidy warnings in bt. by Chih-Hung Hsieh · 8 years ago
  34. d19e078 Use standard types, consistent ifdef style everywhere by Marie Janssen · 8 years ago
  35. a641b6f GATT Server refactoring (4/4) by Jakub Pawlowski · 9 years ago
  36. e39e5ae Add C++ Parcelable types for Service, Characteristic, Descriptor by Jakub Pawlowski · 8 years ago
  37. 7932727 Add OnConnectionStateChanged to IBluetoothGattServerCallback by Jakub Pawlowski · 8 years ago
  38. 16102de Vectors as parameters to GATT (1/3) by Jakub Pawlowski · 8 years ago
  39. ec79baa Vectors as parameters to GATT write/indicate (1/3) by Jakub Pawlowski · 8 years ago
  40. e6d1202 Rename all *.cpp files to *.cc to follow new style by Jakub Pawlowski · 8 years ago
  41. 0194aff Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 8 years ago
  42. 7b266be Add guest mode functionality (2/4) by Ajay Panicker · 9 years ago
  43. 9bceebb service: use Parcelable instead of helpers by Jakub Pawlowski · 9 years ago
  44. db49d08 Fix ParcelHelpersTest.ScanResult unit test by Pavlin Radoslavov · 9 years ago
  45. 4394720 Fix C/C++ compiler generated warnings by Pavlin Radoslavov · 9 years ago
  46. 1377f93 Cleanup C and C++ compiler flags by Pavlin Radoslavov · 9 years ago
  47. 2fdc1a1 binder: fix possible stack corruption by Marie Janssen · 9 years ago
  48. a655107 service: add SetMtu and OnMtuChanged by Jakub Pawlowski · 9 years ago
  49. 57d7bf9 bt: Update libchrome APIs to r369476 by Alex Vakulenko · 9 years ago
  50. a6372e9 Add Connect and Disconnect methods to LowEnergyClient by Jakub Pawlowski · 9 years ago
  51. ce021dd service: add HAL for connect/disconnect by Jakub Pawlowski · 9 years ago
  52. 53cfa7c service: Add RegisterTestClient by Jakub Pawlowski · 9 years ago
  53. 82ea72f service: Add OnScanResult Delegate event. by Arman Uguray · 9 years ago
  54. 480174f service: Add Start|StopScan API to LowEnergyClient by Arman Uguray · 9 years ago
  55. 60b0e8f service: Parametrize LowEnergyClient with Adapter for tests by Jakub Pawlowski · 9 years ago
  56. 3f6aa07 service/hal: Add per-client Scan interface by Arman Uguray · 9 years ago
  57. 0a0d393 service: Make Adapter mockable. by Arman Uguray · 9 years ago
  58. 57dcd7e service: Add scan structures by Arman Uguray · 9 years ago
  59. 0f29c00 service: Add connection state tracking to Adapter by Arman Uguray · 9 years ago
  60. bb18c41 service: Refactor Client/Instance naming by Arman Uguray · 9 years ago
  61. 8531fc3 service/test: Reset command-line on SetUp by Arman Uguray · 9 years ago
  62. 50a3154 service: Introduce bluetooth::GattClient by Arman Uguray · 9 years ago
  63. 9fc7d81 service: Fix broken UUID advertising by Arman Uguray · 9 years ago
  64. de5cc70 service: Improve creating UUIDs from string by Arman Uguray · 9 years ago
  65. 234138e service: Create a client library for applications by Arman Uguray · 9 years ago
  66. ff651b7 Allow parsing of UUID and service data for advertising by Ajay Panicker · 9 years ago
  67. 48d96ea service: Enable all tests for target by Arman Uguray · 9 years ago
  68. cd644e3 service: Support GattServer notifications/indications by Arman Uguray · 9 years ago
  69. 4ebcbd9 service: Support GATT server async write requests. by Arman Uguray · 9 years ago
  70. 514bf60 service: Support GATT server async read requests. by Arman Uguray · 9 years ago
  71. b10f96f service: Add HAL wrappers for read_request_cb and connection_cb by Arman Uguray · 9 years ago
  72. c61ef61 service: Add helper to util/address_helper by Arman Uguray · 9 years ago
  73. d9b0552 service: Implement IBluetoothGattServer.addDescriptor by Arman Uguray · 9 years ago
  74. 9161374 service: Implement IBluetoothGattServer.addCharacteristic by Arman Uguray · 9 years ago
  75. f92aeb9 service: Add Parcel utilities for UUID and GATT by Arman Uguray · 9 years ago
  76. df0b271 service: Implement adding a service declaration by Arman Uguray · 9 years ago
  77. 78a44cd service: Add HAL wrappers for adding a service by Arman Uguray · 9 years ago
  78. 80826c9 service: Add GattIdentifier. by Arman Uguray · 9 years ago
  79. 0f2d489 service: Add new GattServer abstraction by Arman Uguray · 9 years ago
  80. ed7d0e3 service: build unit tests on non-Linux hosts by Scott James Remnant · 9 years ago
  81. e415c05 Rename IPCHandlerUnix to IPCHandlerLinux by Scott James Remnant · 9 years ago
  82. 9e52053 service: Add server support to BluetoothGattInterface by Arman Uguray · 9 years ago
  83. 08f80eb service: Move client registration into base class by Arman Uguray · 9 years ago
  84. 1233840 service: Add advertising support to LowEnergyClient by Arman Uguray · 9 years ago
  85. 27650cd service: Fix build breakage. by Arman Uguray · 9 years ago
  86. 3d73f61 service: Add AdvertiseData and AdvertiseSettings by Arman Uguray · 9 years ago
  87. c2fc0f2 service: Introduce bluetooth::LowEnergyClient by Arman Uguray · 9 years ago
  88. e9c82dc service: Add UUID::GetRandom by Arman Uguray · 9 years ago
  89. 10b54c4 service: Implement IBluetooth.isMultiAdvertisementSupported() by Arman Uguray · 9 years ago
  90. 42feba6 Revert "service: Move UNIX IPC code into ipc/unix/" by Arman Uguray · 9 years ago
  91. 4cebc7e service: Introduce bluetooth::Adapter::Observer by Arman Uguray · 9 years ago
  92. 93e66a6 service: Move UNIX IPC code into ipc/unix/ by Arman Uguray · 9 years ago
  93. 03b1f0f service: Implement IBluetooth getAddress, getName, and setName by Arman Uguray · 9 years ago
  94. fe6dd2a service: Rename Uuid to UUID by Arman Uguray · 9 years ago
  95. 2117e52 service: Implement IBluetooth::GetState by Arman Uguray · 9 years ago
  96. d6a4b0c service: Replace CoreStack with Adapter by Arman Uguray · 9 years ago
  97. 4fdadb6 service: Introduce Adapter by Arman Uguray · 9 years ago
  98. 2202cd5 service: Introduce hal::BluetoothInterface by Arman Uguray · 9 years ago
  99. b2286f3 service: Add IPCHandlerBinder by Arman Uguray · 9 years ago
  100. e0d08c9 service: Clean up IPC shutdown and add unit tests by Arman Uguray · 9 years ago