1. 1a88ace NIAP: Add a new argument to determine single user mode status. by Martin Brabham · 5 years ago
  2. b816f37 Use PLOG rather than LOG strerror(errno). by Elliott Hughes · 6 years ago
  3. 67f5f37 Uprev libchrome to r576279 (1/multiple) by Jakub Pawlowski · 6 years ago
  4. 780e29c Implement A2DP source and AVRCP target binder servers by Bailey Forrest · 6 years ago
  5. 62aa15f Implement A2DP sink and AVRCP controller binder server by Bailey Forrest · 8 years ago
  6. 5b790fe Make copyright headers consistent with Google template; remove "(C)" by Jakub Pawlowski · 7 years ago
  7. 819e2ec Use one type for UUID (1/5) by Jakub Pawlowski · 7 years ago
  8. b707f44 Make RawAddress into a class (1/3) by Jakub Pawlowski · 7 years ago
  9. 79c2ff9 Initial DBus transport support by Jakub Pawlowski · 8 years ago
  10. daa8a99 Zero is a valid advertiser id by Jakub Pawlowski · 8 years ago
  11. 911d1ae Apply clang-format to the rest of the tree by Myles Watson · 8 years ago
  12. 9ca0709 Reformat long comments before clang-format by Myles Watson · 8 years ago
  13. c3f6a51 Separate LE scanner and GATT client BTIF interfaces (3/3) by Jakub Pawlowski · 8 years ago
  14. 67d5a25 Separate advertiser from GATT client (4/4) by Jakub Pawlowski · 8 years ago
  15. 5dc0d15 Fix clang-tidy warnings in bt. by Chih-Hung Hsieh · 8 years ago
  16. a641b6f GATT Server refactoring (4/4) by Jakub Pawlowski · 9 years ago
  17. 7932727 Add OnConnectionStateChanged to IBluetoothGattServerCallback by Jakub Pawlowski · 8 years ago
  18. d6121a3 Restart failed system calls interrupted with errno of EINTR by Pavlin Radoslavov · 8 years ago
  19. e6d1202 Rename all *.cpp files to *.cc to follow new style by Jakub Pawlowski · 8 years ago
  20. 7b266be Add guest mode functionality (2/4) by Ajay Panicker · 9 years ago
  21. 9f19410 Use base from libchrome by Jakub Pawlowski · 8 years ago
  22. bac99a1 Allow unused private field by Christopher Wiley · 8 years ago
  23. a4bd0d2 service: use AIDL by Jakub Pawlowski · 9 years ago
  24. 470adc8 service: Non-android OSs don't know how to Binder by Jakub Pawlowski · 9 years ago
  25. da35bbc service: Update HAL call for arguments by Marie Janssen · 9 years ago
  26. a655107 service: add SetMtu and OnMtuChanged by Jakub Pawlowski · 9 years ago
  27. 57d7bf9 bt: Update libchrome APIs to r369476 by Alex Vakulenko · 9 years ago
  28. 455dc8f service: Expose Connect and Disconnect through IBluetothLowEnergy by Jakub Pawlowski · 9 years ago
  29. a6372e9 Add Connect and Disconnect methods to LowEnergyClient by Jakub Pawlowski · 9 years ago
  30. dff1aa9 service: Implement IBinder.dump() by Marie Janssen · 9 years ago
  31. 45480a0 service: Add LE scan result support to Binder API by Arman Uguray · 9 years ago
  32. 6dc9202 service: Add LE scan support to Binder API by Arman Uguray · 9 years ago
  33. d748ef2 service: Rename variable holding advertisement settings by Jakub Pawlowski · 9 years ago
  34. bb18c41 service: Refactor Client/Instance naming by Arman Uguray · 9 years ago
  35. 50a3154 service: Introduce bluetooth::GattClient by Arman Uguray · 9 years ago
  36. 900c9dc service: Add IBluetoothGattClient IPC bindings by Arman Uguray · 9 years ago
  37. 234138e service: Create a client library for applications by Arman Uguray · 9 years ago
  38. cd644e3 service: Support GattServer notifications/indications by Arman Uguray · 9 years ago
  39. 4ebcbd9 service: Support GATT server async write requests. by Arman Uguray · 9 years ago
  40. 514bf60 service: Support GATT server async read requests. by Arman Uguray · 9 years ago
  41. d9b0552 service: Implement IBluetoothGattServer.addDescriptor by Arman Uguray · 9 years ago
  42. 9161374 service: Implement IBluetoothGattServer.addCharacteristic by Arman Uguray · 9 years ago
  43. 3bdeebe service: Add IBluetoothGattServer service APIs by Arman Uguray · 9 years ago
  44. ae43de6 service: Fix IBluetoothLowEnergy signatures to return bool by Arman Uguray · 9 years ago
  45. f92aeb9 service: Add Parcel utilities for UUID and GATT by Arman Uguray · 9 years ago
  46. 7b54b0d service: Implement IBluetoothGattServer register functions by Arman Uguray · 9 years ago
  47. 0f2d489 service: Add new GattServer abstraction by Arman Uguray · 9 years ago
  48. e415c05 Rename IPCHandlerUnix to IPCHandlerLinux by Scott James Remnant · 9 years ago
  49. 4624e1a service: Add IBluetoothGattServer stubs by Arman Uguray · 9 years ago
  50. 08f80eb service: Move client registration into base class by Arman Uguray · 9 years ago
  51. 1a3e9ab service: Implement IBluetoothLowEnergy advertising by Arman Uguray · 9 years ago
  52. b2b1ecd service: Fix bug in RemoteCallbackMap by Arman Uguray · 9 years ago
  53. 52bfc60 service: Add binder stubs for advertising API by Arman Uguray · 9 years ago
  54. 3d73f61 service: Add AdvertiseData and AdvertiseSettings by Arman Uguray · 9 years ago
  55. 15cf17f service: Implement IBluetoothLowEnergy client registration by Arman Uguray · 9 years ago
  56. f8711f2 service: Added RemoteCallbackMap by Arman Uguray · 9 years ago
  57. 81f82d2 service: Add IBluetoothLowEnergy interface by Arman Uguray · 9 years ago
  58. 10b54c4 service: Implement IBluetooth.isMultiAdvertisementSupported() by Arman Uguray · 9 years ago
  59. 3644c2a service: Check for NULL IBinder in registerCallback by Arman Uguray · 9 years ago
  60. 67ab1c8 service: Introduce IBluetoothCallback.h by Arman Uguray · 9 years ago
  61. 5bb6aa6 service: Add native RemoteCallbackList by Arman Uguray · 9 years ago
  62. 8f3595f service: Add complete IBluetooth transaction enums by Arman Uguray · 9 years ago
  63. 42feba6 Revert "service: Move UNIX IPC code into ipc/unix/" by Arman Uguray · 9 years ago
  64. 93e66a6 service: Move UNIX IPC code into ipc/unix/ by Arman Uguray · 9 years ago
  65. 03b1f0f service: Implement IBluetooth getAddress, getName, and setName by Arman Uguray · 9 years ago
  66. 77bf813 service: Add four more IBluetooth API definitions by Arman Uguray · 9 years ago
  67. fe6dd2a service: Rename Uuid to UUID by Arman Uguray · 9 years ago
  68. 2117e52 service: Implement IBluetooth::GetState by Arman Uguray · 9 years ago
  69. fcf2e03 service: Implement IBluetooth IsEnabled, Enable, and Disable by Arman Uguray · 9 years ago
  70. d6a4b0c service: Replace CoreStack with Adapter by Arman Uguray · 9 years ago
  71. aa9e17b service: Allow manufacturer data to be set. by Ian Coolidge · 9 years ago
  72. b2286f3 service: Add IPCHandlerBinder by Arman Uguray · 9 years ago
  73. 61f2f36 service: Add IBluetooth interface definition by Arman Uguray · 9 years ago
  74. 49a8670 build: LOG_TAG consistency, include order, build fixes by Marie Janssen · 9 years ago
  75. e0d08c9 service: Clean up IPC shutdown and add unit tests by Arman Uguray · 9 years ago
  76. f8881fe service: Add Mock support for Daemon and CoreStack by Arman Uguray · 9 years ago
  77. c6760d8 Provide --android-ipc-socket-suffix. by Ian Coolidge · 9 years ago
  78. fe65fb7 service: Refactor IPC and singletons by Arman Uguray · 9 years ago