1. c196f21 GKI cleanup - Moved GKI_get_os_tick_count() to OSI by Pavlin Radoslavov · 9 years ago
  2. 89ba148 Disable opening network debug ports for security reasons by Pavlin Radoslavov · 9 years ago
  3. 2181f1a Fix PAN crash due to fd mismatch by Nitin Shivpure · 9 years ago
  4. 70ae7de GKI cleanup - Remove GKI pool related defines by Pavlin Radoslavov · 9 years ago
  5. 1d5b859 GKI cleanup - Eliminate function GKI_get_pool_bufsize() by Pavlin Radoslavov · 9 years ago
  6. 21cce2e GKI cleanup - Eliminated function GKI_poolcount by Pavlin Radoslavov · 9 years ago
  7. 2e3d006 GKI cleanup - Eliminate usage of pool buffers by Pavlin Radoslavov · 9 years ago
  8. 6b24485 Fix PAN and AV role switch war by tturney · 9 years ago
  9. 410970f Ensure thread priority is raised for media task / UIPC by Andre Eisenbach · 9 years ago
  10. 8c24123 Change UHID socket to be non-blocking by Andre Eisenbach · 9 years ago
  11. 7f2eed6 Check BR device count before initiating role switch by Nitin Shivpure · 9 years ago
  12. 642f233 GKI cleanup - Eliminated function GKI_delay by Pavlin Radoslavov · 9 years ago
  13. de86bfa Add libpower as a dependency to all device targets that include libosi. by Sharvil Nanavati · 9 years ago
  14. 20a1555 Allow BT inquiry while discovery is in progress. by tturney · 9 years ago
  15. 7b4fdb4 Eliminate recursive calling when handling GATT related errors by Pavlin Radoslavov · 9 years ago
  16. aafe557 Fix issue where bluesleep idle timer is not started by wang ping · 9 years ago
  17. 530f772 Fix btwrite timer timeout for Angler (2/2) by tturney · 9 years ago
  18. 9d0965c Implementation of net_test_bluedroid as a GTest. by Joshua Schwarz · 9 years ago
  19. fda32d9 LE Multi-Advertising State Change Sub-event Wrong Variable Type by Jacob Lee · 9 years ago
  20. 4602429 Fix incorrect SetConnScanParam function mapping by Sunny Kapdi · 9 years ago
  21. 1102621 Enable clang compilation. by Chih-Hung Hsieh · 9 years ago
  22. 3858011 Send current RPA instead of pseudo-address on connect. by Sharvil Nanavati · 9 years ago
  23. f34d336 A2DP audio HAL: implement out_get_presentation_position() by Eric Laurent · 9 years ago
  24. 28f294b Load factory Bluetooth address from system property by Ajay Panicker · 9 years ago
  25. 6a42cbd Add a SCO routing command to net_hci. by Sharvil Nanavati · 9 years ago
  26. 2af0bb6 Fix merge discrepencies and resulting compile errors by Andre Eisenbach · 9 years ago
  27. ff1469f service/doc: Fixed some post-review comments by Arman Uguray · 9 years ago
  28. 9fc7d81 service: Fix broken UUID advertising by Arman Uguray · 9 years ago
  29. 87222e0 service/client: Add start-adv -u flag by Arman Uguray · 9 years ago
  30. de5cc70 service: Improve creating UUIDs from string by Arman Uguray · 9 years ago
  31. 79d1678 Add net_admin group capability to bluetoothtbd by Pavlin Radoslavov · 9 years ago
  32. 91c59c9 service/client: Handle EOF by Arman Uguray · 9 years ago
  33. f6fc0c4 service: Added Binder API documentation by Arman Uguray · 9 years ago
  34. 234138e service: Create a client library for applications by Arman Uguray · 9 years ago
  35. ff651b7 Allow parsing of UUID and service data for advertising by Ajay Panicker · 9 years ago
  36. 48d96ea service: Enable all tests for target by Arman Uguray · 9 years ago
  37. 9ba212b Merge "brillo: run bluetoothtbd with correct permissions" by Marie Janssen · 9 years ago
  38. 5efdc08 brillo: run bluetoothtbd with correct permissions by Marie Janssen · 9 years ago
  39. c40433d am 2846af52: service: Add missing build includes by Arman Uguray · 9 years ago
  40. 2846af5 service: Add missing build includes by Arman Uguray · 9 years ago
  41. e7d9c79 am 1c162dc3: service/example: Complete HR simulation by Arman Uguray · 9 years ago
  42. 1c162dc service/example: Complete HR simulation by Arman Uguray · 9 years ago
  43. 93b2956 am cd644e3c: service: Support GattServer notifications/indications by Arman Uguray · 9 years ago
  44. 8f8ab31 am 4ebcbd9e: service: Support GATT server async write requests. by Arman Uguray · 9 years ago
  45. cd644e3 service: Support GattServer notifications/indications by Arman Uguray · 9 years ago
  46. be9702b am 514bf608: service: Support GATT server async read requests. by Arman Uguray · 9 years ago
  47. ed9814d am b10f96fa: service: Add HAL wrappers for read_request_cb and connection_cb by Arman Uguray · 9 years ago
  48. 4ebcbd9 service: Support GATT server async write requests. by Arman Uguray · 9 years ago
  49. 514bf60 service: Support GATT server async read requests. by Arman Uguray · 9 years ago
  50. 8e56105 am c61ef610: service: Add helper to util/address_helper by Arman Uguray · 9 years ago
  51. 591e1fa am e0fe3875: service: Added GATT server Heart Rate example by Arman Uguray · 9 years ago
  52. b10f96f service: Add HAL wrappers for read_request_cb and connection_cb by Arman Uguray · 9 years ago
  53. ddec325 am d9b0552a: service: Implement IBluetoothGattServer.addDescriptor by Arman Uguray · 9 years ago
  54. 3ce8234 am 91613743: service: Implement IBluetoothGattServer.addCharacteristic by Arman Uguray · 9 years ago
  55. c61ef61 service: Add helper to util/address_helper by Arman Uguray · 9 years ago
  56. e0fe387 service: Added GATT server Heart Rate example by Arman Uguray · 9 years ago
  57. d9b0552 service: Implement IBluetoothGattServer.addDescriptor by Arman Uguray · 9 years ago
  58. 9161374 service: Implement IBluetoothGattServer.addCharacteristic by Arman Uguray · 9 years ago
  59. 198dae0 am 3bdeebe1: service: Add IBluetoothGattServer service APIs by Arman Uguray · 9 years ago
  60. 3bdeebe service: Add IBluetoothGattServer service APIs by Arman Uguray · 9 years ago
  61. 1a4bf2d am ae43de62: service: Fix IBluetoothLowEnergy signatures to return bool by Arman Uguray · 9 years ago
  62. ae43de6 service: Fix IBluetoothLowEnergy signatures to return bool by Arman Uguray · 9 years ago
  63. 5c9faf0 am f92aeb96: service: Add Parcel utilities for UUID and GATT by Arman Uguray · 9 years ago
  64. 4b85354 am df0b2714: service: Implement adding a service declaration by Arman Uguray · 9 years ago
  65. f92aeb9 service: Add Parcel utilities for UUID and GATT by Arman Uguray · 9 years ago
  66. 9d1634a am 78a44cdb: service: Add HAL wrappers for adding a service by Arman Uguray · 9 years ago
  67. d204204 am 80826c9d: service: Add GattIdentifier. by Arman Uguray · 9 years ago
  68. df0b271 service: Implement adding a service declaration by Arman Uguray · 9 years ago
  69. 78a44cd service: Add HAL wrappers for adding a service by Arman Uguray · 9 years ago
  70. 80826c9 service: Add GattIdentifier. by Arman Uguray · 9 years ago
  71. bd0d7a5 am 7b54b0de: service: Implement IBluetoothGattServer register functions by Arman Uguray · 9 years ago
  72. 7b54b0d service: Implement IBluetoothGattServer register functions by Arman Uguray · 9 years ago
  73. 93c1853 am 0f2d4897: service: Add new GattServer abstraction by Arman Uguray · 9 years ago
  74. 0f2d489 service: Add new GattServer abstraction by Arman Uguray · 9 years ago
  75. 01bdd09 am 42c89a0e: service: Fix crash in hal/ by Ajay Panicker · 9 years ago
  76. 42c89a0 service: Fix crash in hal/ by Ajay Panicker · 9 years ago
  77. 5d3425a am ed7d0e3c: service: build unit tests on non-Linux hosts by Scott James Remnant · 9 years ago
  78. e13c219 am e415c050: Rename IPCHandlerUnix to IPCHandlerLinux by Scott James Remnant · 9 years ago
  79. ed7d0e3 service: build unit tests on non-Linux hosts by Scott James Remnant · 9 years ago
  80. e415c05 Rename IPCHandlerUnix to IPCHandlerLinux by Scott James Remnant · 9 years ago
  81. 80235b8 am 9e520536: service: Add server support to BluetoothGattInterface by Arman Uguray · 9 years ago
  82. c0955d2 am 4624e1a6: service: Add IBluetoothGattServer stubs by Arman Uguray · 9 years ago
  83. 9e52053 service: Add server support to BluetoothGattInterface by Arman Uguray · 9 years ago
  84. 4624e1a service: Add IBluetoothGattServer stubs by Arman Uguray · 9 years ago
  85. ecb1178 am 08f80ebd: service: Move client registration into base class by Arman Uguray · 9 years ago
  86. b932fa6 am 2fea18e5: service: Add missing include by Arman Uguray · 9 years ago
  87. 08f80eb service: Move client registration into base class by Arman Uguray · 9 years ago
  88. 2fea18e service: Add missing include by Arman Uguray · 9 years ago
  89. 5114b15 am d19bc045: service/client: Add start-adv and stop-adv by Arman Uguray · 9 years ago
  90. ff71fd2 am 1a3e9aba: service: Implement IBluetoothLowEnergy advertising by Arman Uguray · 9 years ago
  91. 8eb36de am 12338405: service: Add advertising support to LowEnergyClient by Arman Uguray · 9 years ago
  92. f8a5028 am b2b1ecd3: service: Fix bug in RemoteCallbackMap by Arman Uguray · 9 years ago
  93. fec4ae2 am 909b7e66: service: Add various LE advertising constants by Arman Uguray · 9 years ago
  94. d19bc04 service/client: Add start-adv and stop-adv by Arman Uguray · 9 years ago
  95. 1a3e9ab service: Implement IBluetoothLowEnergy advertising by Arman Uguray · 9 years ago
  96. 1233840 service: Add advertising support to LowEnergyClient by Arman Uguray · 9 years ago
  97. b2b1ecd service: Fix bug in RemoteCallbackMap by Arman Uguray · 9 years ago
  98. 909b7e6 service: Add various LE advertising constants by Arman Uguray · 9 years ago
  99. c1f12e9 am 27650cd8: service: Fix build breakage. by Arman Uguray · 9 years ago
  100. 27650cd service: Fix build breakage. by Arman Uguray · 9 years ago