1. fe2bf16 Discover primary service by UUID for PTS tests (4/4) by Jakub Pawlowski · 7 years ago
  2. c131051 Fix Bluetooth GATT API default handler assignment by Ruben Brunk · 7 years ago
  3. 0e4ac75 Fix NPE when accessing mCallback in BluetoothGatt by Jakub Pawlowski · 7 years ago
  4. 4eab4965 Bluetooth: Add handler parameter to connectGatt by Jakub Pawlowski · 7 years ago
  5. de74891 Read by UUID for PTS tests (1/5) by Jakub Pawlowski · 7 years ago
  6. 9e37719 Bluetooth 5 PHY simplification by Jakub Pawlowski · 7 years ago
  7. 08ed924 Bluetooth API spelling fixes ("wether" -> "whether") by Jakub Pawlowski · 7 years ago
  8. d7116be Bluetooth GATT callback naming fix "Ext" -> "" (1/2) by Jakub Pawlowski · 7 years ago
  9. 326f7b3 Expose connection update callback (4/4) by Jakub Pawlowski · 7 years ago
  10. d64bb88 BluetoothGattCallbackExt removal by Jakub Pawlowski · 7 years ago
  11. 409cee6 Bluetooth 5 PHY selection API by Jakub Pawlowski · 8 years ago
  12. 81d5ecb Merge "Separate LE scanner from GATT client (1/4)" am: 87c997ca21 by Jakub Pawlowski · 8 years ago
  13. 1b49e6e Separate LE scanner from GATT client (1/4) by Jakub Pawlowski · 8 years ago
  14. 046a5c3 Merge "Gradually increase the level of authentication on failed GATT operations." by Jacky Cheung · 8 years ago
  15. 3854e22 Gradually increase the level of authentication on failed GATT operations. by Jacky Cheung · 8 years ago
  16. 8002b27 Remove unused mContext from BluetoothGatt[Server]. am: adc26ec1b4 am: 140e5cce70 by Jeremy Klein · 8 years ago
  17. adc26ec Remove unused mContext from BluetoothGatt[Server]. by Jeremy Klein · 8 years ago
  18. 8e970d6 Remove write type from GATT descriptor writes (1/4) by Jakub Pawlowski · 8 years ago
  19. d75f512 GATT Server refactoring (2/4) by Jakub Pawlowski · 8 years ago
  20. d35167a Fix GATT autoConnect race condition by Sungki Kim · 8 years ago
  21. 636ab03 Fix GATT autoConnect race condition by Sungki Kim · 8 years ago
  22. 2358043 Merge "Always use Write Request for GATT descriptor writes" by Andre Eisenbach · 8 years ago
  23. 060956b Fix log spam in getCharacteristicById() by Andre Eisenbach · 8 years ago
  24. 942aebc Always use Write Request for GATT descriptor writes by Andre Eisenbach · 8 years ago
  25. 613f430 Always use Write Request for GATT descriptor writes by Andre Eisenbach · 8 years ago
  26. 1591d36 Fix log spam in getCharacteristicById() by Andre Eisenbach · 8 years ago
  27. c9d13c3 Use handles to identify GATT attributes (4/4) by Jakub Pawlowski · 8 years ago
  28. bf0faed Change how services are passed up to the stack by Jakub Pawlowski · 9 years ago
  29. a9e27ec Use handles to identify GATT attributes (4/4) by Jakub Pawlowski · 8 years ago
  30. 8d312a8 Change how services are passed up to the stack by Jakub Pawlowski · 9 years ago
  31. ff5e5db3 Fix BT crash due to unset value for BluetoothGattDescriptor from API user by Prerepa Viswanadham · 10 years ago
  32. f0b56a5 Remove remanents of onConnectionCongested in framwork by Prerepa Viswanadham · 10 years ago
  33. ba4f57a Remove onConnectionCongested callback by Prerepa Viswanadham · 10 years ago
  34. 4072da0 LE: Rename new MTU and connection paramter update APIs by Andre Eisenbach · 10 years ago
  35. e0d4afb Add a default impelementation of IBluetoothGattCallback(1/2). by Wei Wang · 10 years ago
  36. d65e8f4 LE: Do not invoke callback if retrying read/write operation by Andre Eisenbach · 10 years ago
  37. 55d19e4 Reduce GATT logging output by Andre Eisenbach · 10 years ago
  38. 6ce4db0 LE: Add connection parameter update request API (4/4) by Andre Eisenbach · 10 years ago
  39. 8f2e74c OnFound and Onlost callback integration by Prerepa Viswanadham · 10 years ago
  40. 45a0a1a LE: Un-hide new congestion control and MTU APIs by Andre Eisenbach · 10 years ago
  41. 9fb1791 Implement batch scan API by Wei Wang · 10 years ago
  42. fad6726 LE: Hide new congestion constant for now by Andre Eisenbach · 10 years ago
  43. dadefda LE: Add notification sent and congestion callbacks (3/4) by Andre Eisenbach · 10 years ago
  44. 2975c68 Fix bug where GATT descriptors weren't being added to right characteristic by Mike J. Chen · 10 years ago
  45. adf6aff Revert "Revert "APIs for BLE scan, scan filter, batch scan, onFound/onLost and multiple advertising."" by Wei Wang · 10 years ago
  46. 319b40c Revert "APIs for BLE scan, scan filter, batch scan, onFound/onLost and multiple advertising." by Wei Wang · 10 years ago
  47. 62d5bc7 APIs for BLE scan, scan filter, batch scan, onFound/onLost and multiple by Wei Wang · 10 years ago
  48. b88fa82 Add transport param to Connect APIs by Ganesh Ganapathi Batta · 10 years ago
  49. 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
  50. cc68cc9 LE: Return false if an attribute read/write is in progress by Andre Eisenbach · 10 years ago
  51. 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
  52. 580b0a1 LE: Add API to configure MTU for a given connection (3/4) by Andre Eisenbach · 10 years ago
  53. 4b4eebb DO NOT MERGE: Add status callback for start/stop advertising. by Wei Wang · 10 years ago
  54. f305589 Add status callback for start/stop advertising. by Wei Wang · 10 years ago
  55. ee0b3e9 DO NOT MERGE BLE peripheral mode (3/4): Add peripheral mode API. by Wei Wang · 11 years ago
  56. 18c7693 BLE peripheral mode (3/4): Add peripheral mode API. by Wei Wang · 11 years ago
  57. 6090995 Remove unused imports from frameworks/base. by John Spurlock · 11 years ago
  58. c547077 Block ble adv api based on resource config by Matthew Xie · 11 years ago
  59. b7b7d7a Update comments by John Du · 11 years ago
  60. 48f8b5d Change abortReliableWrite(BluetoothDevice) to abortReliableWrite() by John Du · 11 years ago
  61. f46b21a LE: Add peripheral role support (1/4) by Andre Eisenbach · 11 years ago
  62. 25b9cf9 LE: Add instance ID to descriptors (1/4) by Andre Eisenbach · 11 years ago
  63. 703ea18 am 0fdb05a7: am b190890a: Merge "Update javadoc to give app write better guidence" into jb-mr2-dev by Matthew Xie · 11 years ago
  64. b190890 Merge "Update javadoc to give app write better guidence" into jb-mr2-dev by Matthew Xie · 11 years ago
  65. b30f91e Update javadoc to give app write better guidence by Matthew Xie · 11 years ago
  66. 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
  67. 90ca807 Revert "Revert "Change GATT_FAILURE from 0 to 0x101"" by Matthew Xie · 11 years ago
  68. 67cc127 am e7e6bf9f: am 27e45361: Merge "Revert "Change GATT_FAILURE from 0 to 0x101"" into jb-mr2-dev by Matthew Xie · 11 years ago
  69. d78afea am 84e1afcc: am 413f6293: Merge "Change GATT_FAILURE from 0 to 0x101" into jb-mr2-dev by Matthew Xie · 11 years ago
  70. d21f674 Revert "Change GATT_FAILURE from 0 to 0x101" by Matthew Xie · 11 years ago
  71. 8310e61 Change GATT_FAILURE from 0 to 0x101 by Matthew Xie · 11 years ago
  72. 0998ff1 BluetoothGatt: Print stack trace if an exception occurs in a callback by Mike Lockwood · 11 years ago
  73. 33ec984 Change BluetoothGattCallback methods argument from BluetoothDevice to BluetoothGatt by Matthew Xie · 11 years ago
  74. ddf7e47 Unhide Bluetooth Low Energy public APIs by Matthew Xie · 12 years ago
  75. 9908112 Initial version of BLE support for Bluedroid by Ganesh Ganapathi Batta · 12 years ago