1. 8af480e bta: Remove double asterisks in comments by Myles Watson · 8 years ago
  2. 4918648 Simplify BTA_GATTC_Listen by Jakub Pawlowski · 8 years ago
  3. e68dc31 Make bta_gattc_listen only start listening by Jakub Pawlowski · 8 years ago
  4. 2e8c421 Remove advertise whitelist functionality by Jakub Pawlowski · 8 years ago
  5. d7ffd64 Remove deprecated UNUSED macro (5/5) by Myles Watson · 8 years ago
  6. d35a648 Remove deprecated UNUSED macro (1/5) by Myles Watson · 8 years ago
  7. e54c2e5 Fix the GATT re-discovery failure when GATT service discovery is ongoing by IHLHO KIM · 8 years ago
  8. a77f2e9 Fix bad GATT client state machine state after successfull cache load by Jakub Pawlowski · 8 years ago
  9. 109891d Make gatt_attr use opportunistic connection by Jakub Pawlowski · 8 years ago
  10. 24ea892 Add callbacks to GATT read/write operation by Jakub Pawlowski · 8 years ago
  11. 3c5451d Simplify GATT characteristic read memory handling by Jakub Pawlowski · 8 years ago
  12. a05734c Use bta_gattc_cb directly, not through aliases by Jakub Pawlowski · 8 years ago
  13. e9e58ce bta: use standard types by Marie Janssen · 8 years ago
  14. 1911770 Convert GATT related BTA code to C++ by Jakub Pawlowski · 8 years ago[Renamed from bta/gatt/bta_gattc_act.c]
  15. 9dc9985 Use handles to identify GATT attributes (1/4) by Jakub Pawlowski · 8 years ago
  16. 14a7309 Remove bta_gattc_id2handle by Jakub Pawlowski · 9 years ago
  17. c10b209 GATT cache storage refactoring by Jakub Pawlowski · 9 years ago
  18. 4394720 Fix C/C++ compiler generated warnings by Pavlin Radoslavov · 9 years ago
  19. 717a4a9 Removed checks for NULL returns after osi_calloc() / osi_malloc() by Pavlin Radoslavov · 9 years ago
  20. cceb430 Replaced osi_getbuf()/osi_freebuf() with osi_malloc()/osi_free() by Pavlin Radoslavov · 9 years ago
  21. 63e500e Use dynamic memory for keeping GATT cache by Jakub Pawlowski · 9 years ago
  22. 20524d3 Refactor usage of osi_free() and osi_freebuf() by Pavlin Radoslavov · 9 years ago
  23. 5919554 Don't unregister notifications for unmodified services by Jakub Pawlowski · 9 years ago
  24. 20c6840 Revert "Revert "Avoid double memory free and crash during LE discovery or disconnect"" by Pavlin Radoslavov · 9 years ago
  25. 3a4082d Revert "Avoid double memory free and crash during LE discovery or disconnect" by Ian Pedowitz · 9 years ago
  26. 12091a3 Avoid double memory free and crash during LE discovery or disconnect by Nitin Arora · 9 years ago
  27. b83028d Adds null check before freeing LE services list by Subramanian Srinivasan · 9 years ago
  28. 258c253 GKI cleanup - moved GKI buffer allocation wrappers to OSI by Pavlin Radoslavov · 9 years ago
  29. 1a3844f GKI cleanup - Replaced usage of GKI queue with OSI fixed_queue by Pavlin Radoslavov · 9 years ago
  30. 7b4fdb4 Eliminate recursive calling when handling GATT related errors by Pavlin Radoslavov · 9 years ago
  31. 0839305 resolved conflicts for merge of 49a86709 to mnc-dev-plus-aosp by Marie Janssen · 9 years ago
  32. 49a8670 build: LOG_TAG consistency, include order, build fixes by Marie Janssen · 9 years ago
  33. 36b09da am 50333a25: Properly disconnect GATT connection during noisy scans by Arman Uguray · 9 years ago
  34. 50333a2 Properly disconnect GATT connection during noisy scans by Arman Uguray · 9 years ago
  35. 9a78e8d am 49120dc8: build: Fix LOG_TAG define breakage, macro usage by Marie Janssen · 9 years ago
  36. 49120dc build: Fix LOG_TAG define breakage, macro usage by Marie Janssen · 9 years ago
  37. d33e39f am db554581: build: Update osi log functions, use consistently by Marie Janssen · 9 years ago
  38. db55458 build: Update osi log functions, use consistently by Marie Janssen · 9 years ago
  39. dd2021c Always ACK indications in the event of an error by Tucker Sylvestro · 9 years ago
  40. 7557b67 Use correct structure to read LE connection handle by Nitin Arora · 10 years ago
  41. 1bd7605 Bluetooth native dumpsys logging support (2/5) by Andre Eisenbach · 10 years ago
  42. 6e872cb Use correct structure to read LE connection handle by Nitin Arora · 10 years ago
  43. 89f5e41 Bluetooth native dumpsys logging support (2/5) by Andre Eisenbach · 10 years ago
  44. b8b3e80 Initialize white list size after stack reset by Priti Aghera · 9 years ago
  45. f802700 Demote, cleanup and extend observed logging by Chris Manton · 10 years ago
  46. 4480276 Add platform-independent logging macros to OSI. by Sharvil Nanavati · 10 years ago
  47. 794f3b5 Removal of bd.[c|h] by Chris Manton · 10 years ago
  48. fe7216c Enforce GKI API buffer usage by Chris Manton · 10 years ago
  49. f37767a HOGP: Do not remove device from whitelist on encryption failure by Andre Eisenbach · 10 years ago
  50. 433fe01 Cache HOGP HID report map by Chaojing Sun · 10 years ago
  51. 1f58d6b Implement GATT service cache by Andre Eisenbach · 10 years ago
  52. d2246b6 LE: Remove stored link key if encryption fails due to missing key (remote) by Priti Aghera · 10 years ago
  53. 3242918 LE: Fix problem where pending command is not sent after pairing by Andre Eisenbach · 10 years ago
  54. 90715aa Fix GKI buffer leak in GATT event handling by Mike J. Chen · 10 years ago
  55. afa6e1a resolved conflicts for merge of e8c3d75b to master by Matthew Xie · 10 years ago
  56. 17b04bd LE: Add notification sent and congestion callbacks (2/4) by Andre Eisenbach · 10 years ago
  57. e8c3d75 Logging cleanup: BTIF and APPL. by Sharvil Nanavati · 10 years ago
  58. 7fa4fba Merge BT 4.1 features by Ganesh Ganapathi Batta · 10 years ago
  59. 8fe5887 Merge BT 4.1 features by Ganesh Ganapathi Batta · 10 years ago
  60. 9291a71 LE: Add API to configure MTU for a given connection (2/4) by Zhihai Xu · 10 years ago
  61. e96ce0e DO NOT MERGE: LE: Add status callback function for LE broadcasts by Andre Eisenbach · 11 years ago
  62. 5a607b4 am 20222380: am 2011d136: Merge "LE: Add API to configure MTU for a given connection (2/4)" into klp-modular-dev by Zhihai Xu · 10 years ago
  63. 9426d53 LE: Add API to configure MTU for a given connection (2/4) by Andre Eisenbach · 10 years ago
  64. 6702095 am a4611ac0: DO NOT MERGE: cherrypick from master to fix b/13289050 by Andre Eisenbach · 10 years ago
  65. a4611ac DO NOT MERGE: cherrypick from master to fix b/13289050 by Andre Eisenbach · 11 years ago
  66. 487f9e4 LE: Add status callback function for LE broadcasts by Andre Eisenbach · 11 years ago
  67. b991273 DO NOT MERGE BLE HID device connection failure due to security error. by Zhihai Xu · 11 years ago
  68. 85c1751 am 3d4f5c71: am b83a8234: Merge changes Ifc373f95,I95eb887a,I1e6be2ab,Ia6ea939a,I147d0138, ... into klp-modular-dev by Mike J. Chen · 11 years ago
  69. 5cd8bff Major warnings cleanup by Mike J. Chen · 11 years ago
  70. 27166c6 the status in the BLE disconnected callback is always success instead of the reason. by Zhihai Xu · 11 years ago
  71. 7051db3 BLE HID device connection failure due to security error. by Zhihai Xu · 11 years ago
  72. 36b6865 Do not deregister HH GATT IF in bta_gattc_disable for hid over GATT by Zhihai Xu · 11 years ago
  73. 5c44e45 LE: Add peripheral role support (2/4) by Andre Eisenbach · 11 years ago
  74. 6975b4d LE: UPF 45 bug fixes by Andre Eisenbach · 11 years ago
  75. a16d6b0 LE: Add NULL check for GATT client callback by Andre Eisenbach · 11 years ago
  76. 781b5ad LE: Integrate power table for GATT by Andre Eisenbach · 11 years ago
  77. e1202ca LE: Add GATT disable functions by Andre Eisenbach · 11 years ago
  78. dda9a3e LE: Only copy UUID for callback on success by Andre Eisenbach · 11 years ago
  79. 5f63da7 LE: Initialize return status when registering client by Andre Eisenbach · 11 years ago
  80. 48db2d2 LE fixes by Andre Eisenbach · 12 years ago
  81. ead3cde Initial version of BLE support for Bluedroid by Ganesh Ganapathi Batta · 12 years ago
  82. 5738f83 Snapshot cdeccf6fdd8c2d494ea2867cb37a025bf8879baf by The Android Open Source Project · 12 years ago