1. 6da1dda Add function to update LE connection parameters by Stanley Tng · 7 years ago
  2. 8dde5e1 Fix included service parsing (3/3) by Jakub Pawlowski · 7 years ago
  3. cf733cd Bluetooth: fix typo in comment by Jakub Pawlowski · 7 years ago
  4. 3eb569f Bluetooth: thread-safe callback invocation by Jakub Pawlowski · 7 years ago
  5. eb6b3da Bluetooth: fix GATT race conditions when using Handler by Jakub Pawlowski · 7 years ago
  6. 2992cd0 Fix checkstyle errors (2/2) by Jack He · 7 years ago
  7. a355e5e Fix checkstyle errors (1/2) by Jack He · 7 years ago
  8. f0efa2c Merge "GATT: Expose opportunistic client API to Java" am: 782ba0aca8 by Jack He · 7 years ago
  9. 13f52c8 GATT: Expose opportunistic client API to Java by Jack He · 7 years ago
  10. 9fd4462 Merge "Discover primary service by UUID for PTS tests (4/4)" am: abb732fc40 am: 7e80b882b7 by Jakub Pawlowski · 7 years ago
  11. fe2bf16 Discover primary service by UUID for PTS tests (4/4) by Jakub Pawlowski · 7 years ago
  12. c131051 Fix Bluetooth GATT API default handler assignment by Ruben Brunk · 7 years ago
  13. 6bdc550 Fix Bluetooth GATT API default handler assignment by Ruben Brunk · 7 years ago
  14. 0e0e757 Fix NPE when accessing mCallback in BluetoothGatt by Jakub Pawlowski · 7 years ago
  15. ce21cb9 Read by UUID for PTS tests (1/5) by Jakub Pawlowski · 7 years ago
  16. 0e4ac75 Fix NPE when accessing mCallback in BluetoothGatt by Jakub Pawlowski · 7 years ago
  17. b0f6474 Bluetooth: Add handler parameter to connectGatt by Jakub Pawlowski · 7 years ago
  18. 4eab4965 Bluetooth: Add handler parameter to connectGatt by Jakub Pawlowski · 7 years ago
  19. de74891 Read by UUID for PTS tests (1/5) by Jakub Pawlowski · 7 years ago
  20. a515137 Bluetooth 5 PHY simplification by Jakub Pawlowski · 7 years ago
  21. 9e37719 Bluetooth 5 PHY simplification by Jakub Pawlowski · 7 years ago
  22. f752ace Bluetooth API spelling fixes ("wether" -> "whether") by Jakub Pawlowski · 7 years ago
  23. 08ed924 Bluetooth API spelling fixes ("wether" -> "whether") by Jakub Pawlowski · 7 years ago
  24. 1d97832 Merge "Bluetooth GATT callback naming fix "Ext" -> "" (1/2)" am: beb8ceada8 am: cfe099b01d by Jakub Pawlowski · 7 years ago
  25. d7116be Bluetooth GATT callback naming fix "Ext" -> "" (1/2) by Jakub Pawlowski · 7 years ago
  26. 36a44f0 Merge "Expose connection update callback (4/4)" am: 60865e4a8d am: 45487910b4 by Jakub Pawlowski · 7 years ago
  27. 326f7b3 Expose connection update callback (4/4) by Jakub Pawlowski · 7 years ago
  28. 93a094c Merge "BluetoothGattCallbackExt removal" am: e2ddacaff4 am: 2a32d04a24 by Jakub Pawlowski · 7 years ago
  29. d64bb88 BluetoothGattCallbackExt removal by Jakub Pawlowski · 7 years ago
  30. 409cee6 Bluetooth 5 PHY selection API by Jakub Pawlowski · 7 years ago
  31. db5a87d Bluetooth 5 PHY selection API by Jakub Pawlowski · 7 years ago
  32. d649849 Merge "Separate LE scanner from GATT client (1/4)" am: 87c997ca21 am: 81d5ecb7a6 am: 61d0088923 by Jakub Pawlowski · 8 years ago
  33. 81d5ecb Merge "Separate LE scanner from GATT client (1/4)" am: 87c997ca21 by Jakub Pawlowski · 8 years ago
  34. 1b49e6e Separate LE scanner from GATT client (1/4) by Jakub Pawlowski · 8 years ago
  35. c74c449 Merge "Gradually increase the level of authentication on failed GATT operations." am: 6071abdb92 am: 046a5c3a00 by Jacky Cheung · 8 years ago
  36. 046a5c3 Merge "Gradually increase the level of authentication on failed GATT operations." by Jacky Cheung · 8 years ago
  37. 3854e22 Gradually increase the level of authentication on failed GATT operations. by Jacky Cheung · 8 years ago
  38. 70a220b Remove unused mContext from BluetoothGatt[Server]. am: adc26ec1b4 am: 140e5cce70 by Jeremy Klein · 8 years ago
  39. 8002b27 Remove unused mContext from BluetoothGatt[Server]. am: adc26ec1b4 am: 140e5cce70 by Jeremy Klein · 8 years ago
  40. adc26ec Remove unused mContext from BluetoothGatt[Server]. by Jeremy Klein · 8 years ago
  41. d92a9bb Merge "Remove write type from GATT descriptor writes (1/4)" am: b7eb1d7eaf am: 0aa5797976 am: ed042c00e0 by Jakub Pawlowski · 8 years ago
  42. c0cc71e Merge "Fixes the system server crash issue caused by uncatched exception." am: b68106cf2a am: ca7a43b5da am: 3b5e46bf9b by Tobias Thierer · 8 years ago
  43. 8e970d6 Remove write type from GATT descriptor writes (1/4) by Jakub Pawlowski · 8 years ago
  44. d75f512 GATT Server refactoring (2/4) by Jakub Pawlowski · 8 years ago
  45. 514c5ef Add missing @Deprecated annotations. by Aurimas Liutikas · 8 years ago
  46. d35167a Fix GATT autoConnect race condition by Sungki Kim · 8 years ago
  47. 636ab03 Fix GATT autoConnect race condition by Sungki Kim · 8 years ago
  48. 2358043 Merge "Always use Write Request for GATT descriptor writes" by Andre Eisenbach · 8 years ago
  49. 060956b Fix log spam in getCharacteristicById() by Andre Eisenbach · 8 years ago
  50. 942aebc Always use Write Request for GATT descriptor writes by Andre Eisenbach · 8 years ago
  51. 613f430 Always use Write Request for GATT descriptor writes by Andre Eisenbach · 8 years ago
  52. 1591d36 Fix log spam in getCharacteristicById() by Andre Eisenbach · 8 years ago
  53. c9d13c3 Use handles to identify GATT attributes (4/4) by Jakub Pawlowski · 8 years ago
  54. bf0faed Change how services are passed up to the stack by Jakub Pawlowski · 8 years ago
  55. a9e27ec Use handles to identify GATT attributes (4/4) by Jakub Pawlowski · 8 years ago
  56. 8d312a8 Change how services are passed up to the stack by Jakub Pawlowski · 8 years ago
  57. ff5e5db3 Fix BT crash due to unset value for BluetoothGattDescriptor from API user by Prerepa Viswanadham · 10 years ago
  58. f0b56a5 Remove remanents of onConnectionCongested in framwork by Prerepa Viswanadham · 10 years ago
  59. ba4f57a Remove onConnectionCongested callback by Prerepa Viswanadham · 10 years ago
  60. 4072da0 LE: Rename new MTU and connection paramter update APIs by Andre Eisenbach · 10 years ago
  61. e0d4afb Add a default impelementation of IBluetoothGattCallback(1/2). by Wei Wang · 10 years ago
  62. d65e8f4 LE: Do not invoke callback if retrying read/write operation by Andre Eisenbach · 10 years ago
  63. 55d19e4 Reduce GATT logging output by Andre Eisenbach · 10 years ago
  64. 6ce4db0 LE: Add connection parameter update request API (4/4) by Andre Eisenbach · 10 years ago
  65. 8f2e74c OnFound and Onlost callback integration by Prerepa Viswanadham · 10 years ago
  66. 45a0a1a LE: Un-hide new congestion control and MTU APIs by Andre Eisenbach · 10 years ago
  67. 9fb1791 Implement batch scan API by Wei Wang · 10 years ago
  68. fad6726 LE: Hide new congestion constant for now by Andre Eisenbach · 10 years ago
  69. dadefda LE: Add notification sent and congestion callbacks (3/4) by Andre Eisenbach · 10 years ago
  70. 2975c68 Fix bug where GATT descriptors weren't being added to right characteristic by Mike J. Chen · 10 years ago
  71. adf6aff Revert "Revert "APIs for BLE scan, scan filter, batch scan, onFound/onLost and multiple advertising."" by Wei Wang · 10 years ago
  72. 319b40c Revert "APIs for BLE scan, scan filter, batch scan, onFound/onLost and multiple advertising." by Wei Wang · 10 years ago
  73. 62d5bc7 APIs for BLE scan, scan filter, batch scan, onFound/onLost and multiple by Wei Wang · 10 years ago
  74. b88fa82 Add transport param to Connect APIs by Ganesh Ganapathi Batta · 10 years ago
  75. 7e6fe14 am 54499194: am 2e8a2d20: Merge "LE: Return false if an attribute read/write is in progress" into klp-modular-dev by Zhihai Xu · 10 years ago
  76. cc68cc9 LE: Return false if an attribute read/write is in progress by Andre Eisenbach · 10 years ago
  77. 6b96c1b am 7d394df2: am ae1b763c: Merge "LE: Add API to configure MTU for a given connection (3/4)" into klp-modular-dev by Zhihai Xu · 10 years ago
  78. 580b0a1 LE: Add API to configure MTU for a given connection (3/4) by Andre Eisenbach · 10 years ago
  79. 4b4eebb DO NOT MERGE: Add status callback for start/stop advertising. by Wei Wang · 10 years ago
  80. f305589 Add status callback for start/stop advertising. by Wei Wang · 10 years ago
  81. ee0b3e9 DO NOT MERGE BLE peripheral mode (3/4): Add peripheral mode API. by Wei Wang · 11 years ago
  82. 18c7693 BLE peripheral mode (3/4): Add peripheral mode API. by Wei Wang · 11 years ago
  83. 6090995 Remove unused imports from frameworks/base. by John Spurlock · 11 years ago
  84. c547077 Block ble adv api based on resource config by Matthew Xie · 11 years ago
  85. b7b7d7a Update comments by John Du · 11 years ago
  86. 48f8b5d Change abortReliableWrite(BluetoothDevice) to abortReliableWrite() by John Du · 11 years ago
  87. f46b21a LE: Add peripheral role support (1/4) by Andre Eisenbach · 11 years ago
  88. 25b9cf9 LE: Add instance ID to descriptors (1/4) by Andre Eisenbach · 11 years ago
  89. 703ea18 am 0fdb05a7: am b190890a: Merge "Update javadoc to give app write better guidence" into jb-mr2-dev by Matthew Xie · 11 years ago
  90. b190890 Merge "Update javadoc to give app write better guidence" into jb-mr2-dev by Matthew Xie · 11 years ago
  91. b30f91e Update javadoc to give app write better guidence by Matthew Xie · 11 years ago
  92. 16a90db am 897d98a7: am 6ea0636a: Merge "Revert "Revert "Change GATT_FAILURE from 0 to 0x101""" into jb-mr2-dev by Matthew Xie · 11 years ago
  93. 90ca807 Revert "Revert "Change GATT_FAILURE from 0 to 0x101"" by Matthew Xie · 11 years ago
  94. 67cc127 am e7e6bf9f: am 27e45361: Merge "Revert "Change GATT_FAILURE from 0 to 0x101"" into jb-mr2-dev by Matthew Xie · 11 years ago
  95. d78afea am 84e1afcc: am 413f6293: Merge "Change GATT_FAILURE from 0 to 0x101" into jb-mr2-dev by Matthew Xie · 11 years ago
  96. d21f674 Revert "Change GATT_FAILURE from 0 to 0x101" by Matthew Xie · 11 years ago
  97. 8310e61 Change GATT_FAILURE from 0 to 0x101 by Matthew Xie · 11 years ago
  98. 0998ff1 BluetoothGatt: Print stack trace if an exception occurs in a callback by Mike Lockwood · 11 years ago
  99. 33ec984 Change BluetoothGattCallback methods argument from BluetoothDevice to BluetoothGatt by Matthew Xie · 11 years ago
  100. ddf7e47 Unhide Bluetooth Low Energy public APIs by Matthew Xie · 11 years ago