1. c6503f4 Merge "Remove direct connection after notifying the connection up" by Weichin Weng · 5 years ago
  2. b67cd39 Remove direct connection after notifying the connection up by weichinweng · 5 years ago
  3. db90d25 Fix for BluetoothGattCallback.onConnectionStateChange being called more than once am: f00142a4dc by Jakub Pawlowski · 5 years ago
  4. f00142a Fix for BluetoothGattCallback.onConnectionStateChange being called more than once by Jakub Pawlowski · 5 years ago
  5. bb3fd33 Merge "Add Delay reporting for Hearing Aids" am: 122ce6871f am: 9bae14294d by Stanley Tng · 5 years ago
  6. 94f3a3a Add Delay reporting for Hearing Aids by Stanley Tng · 6 years ago
  7. 62811e2 Call gatt_disconnect if the LE connection is not established and no APP use it. am: c04984def6 by weichinweng · 6 years ago
  8. c04984d Call gatt_disconnect if the LE connection is not established and no APP use it. by weichinweng · 6 years ago
  9. c5206d0 Send connected callback immediately when attempting to connect to already connected device am: 4c0701f21b by Jakub Pawlowski · 6 years ago
  10. 4c0701f2 Send connected callback immediately when attempting to connect to already connected device by Jakub Pawlowski · 6 years ago
  11. 7a50599 Fix for GATT not returning disconnect callback. am: 8edcc90e45 am: 5530bf16c2 by Jakub Pawlowski · 6 years ago
  12. 8edcc90 Fix for GATT not returning disconnect callback. by Jakub Pawlowski · 6 years ago
  13. 1bf68f2 Fix for connection attempt after connection cancel am: 27870c9803 am: a9a610dfd2 by Jakub Pawlowski · 6 years ago
  14. 27870c9 Fix for connection attempt after connection cancel by Jakub Pawlowski · 6 years ago
  15. 8303629 Add Filtering for snoop logs based on L2CAP and RFCOMM Channels (1/4) by Ajay Panicker · 6 years ago
  16. f20d94a Remove connection_manager from gatt namespace by Jakub Pawlowski · 6 years ago
  17. cab1ae1 Use White List for direct connection establishment to multiple devices by Jakub Pawlowski · 6 years ago
  18. 8c2f838 Centralize call to gatt_update_app_use_link_flag for GATT_Connect by Jakub Pawlowski · 6 years ago
  19. d1d3088 introduce gatt::connection_manager::get_apps_connecting_to by Jakub Pawlowski · 6 years ago
  20. d28727e Naming cleanup in stack/gatt/connection_manager.* by Jakub Pawlowski · 6 years ago
  21. ddba8a6 gatt_utils_white_list -> connection_manager by Jakub Pawlowski · 6 years ago
  22. b5629de Minor style fixes in gatt_main.cc by Jakub Pawlowski · 6 years ago
  23. bd2aac9 Separate GATT white list from global GATT control block. by Jakub Pawlowski · 6 years ago
  24. 12fbcb6 Fix PTS: TC_GATT_SR_UNS_BI_01_C sends unsupported opcode by Stanley Tng · 6 years ago
  25. b1f3277 Update app use for link of BR/EDR over GATT by Chao Quan · 7 years ago
  26. 1f94478 Report credit count change, when credits are received for LE CoC by Jakub Pawlowski · 7 years ago
  27. 5b790fe Make copyright headers consistent with Google template; remove "(C)" by Jakub Pawlowski · 7 years ago
  28. b749ebd Use unary operator instead of == bool by Myles Watson · 7 years ago
  29. d08d44e SetPreferredPhy/ReadPhy callback fix by Jakub Pawlowski · 7 years ago
  30. a484a88 Rename bt_bdaddr_t into RawAddress (3/3) by Jakub Pawlowski · 7 years ago
  31. e91297a Add a mechanism to avoid using AVDTP RECONFIGURE for blacklisted devices by Pavlin Radoslavov · 7 years ago
  32. c2276b0 Use bt_bdaddr_t instead of BD_ADDR by Jakub Pawlowski · 7 years ago
  33. d8be0e5 Get rid of GATT_TRACE_* logs in favour of base/logging.h by Jakub Pawlowski · 7 years ago
  34. 3dda898 Use std::unordered_set for keeping app_hold_link by Jakub Pawlowski · 7 years ago
  35. 7cfd839 Refactor tGATT_BG_CONN_DEV by Jakub Pawlowski · 7 years ago
  36. f4c0292 Pass GATT cb's by reference and other style fixes by Jakub Pawlowski · 7 years ago
  37. eb3ab84 Use std::queue for pending_enc_clcb by Jakub Pawlowski · 7 years ago
  38. 44a1c7e GATT: Fixed typo while notifying connection update by Avish Shah · 7 years ago
  39. 43c7f9f GATT: Interop fix for service changed indications by Myles Watson · 7 years ago
  40. 6395f15 Improve GATT Server database handling. by Jakub Pawlowski · 7 years ago
  41. 96fb273 Add option to specify initial LE connection PHY (1/3) by Jakub Pawlowski · 8 years ago
  42. b5ba4fd Expose connection update callback (1/3) by Jakub Pawlowski · 8 years ago
  43. eafd45d Set preferred PHY and read PHY implementation (3/3) by Jakub Pawlowski · 8 years ago
  44. c176ff3 Fix the GATT server and HOGP disconnect by IHLHO KIM · 8 years ago
  45. 911d1ae Apply clang-format to the rest of the tree by Myles Watson · 8 years ago
  46. 9ca0709 Reformat long comments before clang-format by Myles Watson · 8 years ago
  47. ee96a3c Fix asterisks in block quotes by Myles Watson · 8 years ago
  48. f33b6f4 readability fix: No assigns in if conditionals by Marie Janssen · 8 years ago
  49. 84baa7f Remove BLE_INCLUDED define by Myles Watson · 8 years ago
  50. d7ffd64 Remove deprecated UNUSED macro (5/5) by Myles Watson · 8 years ago
  51. d35a648 Remove deprecated UNUSED macro (1/5) by Myles Watson · 8 years ago
  52. 0e4989b Dequeues direct connection request during cancel conn operation by Subramanian Srinivasan · 10 years ago
  53. b2a292b Renamed most C files to C++: *.c to *.cc by Pavlin Radoslavov · 8 years ago[Renamed from stack/gatt/gatt_main.c]
  54. 37c1b5f Removed unused *_DYNAMIC_MEMORY conditional statements by Pavlin Radoslavov · 8 years ago
  55. ce1f340 Update GATT channel state to closing during disconnection by Nitin Arora · 9 years ago
  56. 109891d Make gatt_attr use opportunistic connection by Jakub Pawlowski · 8 years ago
  57. d19e078 Use standard types, consistent ifdef style everywhere by Marie Janssen · 8 years ago
  58. a641b6f GATT Server refactoring (4/4) by Jakub Pawlowski · 9 years ago
  59. 089cd11 Process Gatt read multiple response properly by Subramanian Srinivasan · 8 years ago
  60. a62adca GATT: don't update link status for apps that were never connected by Jakub Pawlowski · 8 years ago
  61. bf955cb GATT: Initiate L2CAP disconnect only when the channel is open by venkata Jagadeesh · 9 years ago
  62. cceb430 Replaced osi_getbuf()/osi_freebuf() with osi_malloc()/osi_free() by Pavlin Radoslavov · 9 years ago
  63. 20524d3 Refactor usage of osi_free() and osi_freebuf() by Pavlin Radoslavov · 9 years ago
  64. 78bcff7 Refactor the Bluetooth timers by Pavlin Radoslavov · 9 years ago
  65. 258c253 GKI cleanup - moved GKI buffer allocation wrappers to OSI by Pavlin Radoslavov · 9 years ago
  66. 1a3844f GKI cleanup - Replaced usage of GKI queue with OSI fixed_queue by Pavlin Radoslavov · 9 years ago
  67. 444a8da LE Privacy 1.2 and LE secure connections by Satya Calloji · 10 years ago
  68. 8372aa5 L2CAP and SDP Search API for BT profiles (2/2) by Kim Schulz · 10 years ago
  69. fe7216c Enforce GKI API buffer usage by Chris Manton · 11 years ago
  70. 80f048b Fix gatt_main.c compile error due to log macro change by Andre Eisenbach · 10 years ago
  71. 49ada1e Release GATT resources upon teardown by Chris Manton · 11 years ago
  72. f8aaa62 Service change indication is not sent to a bonded remote device sometimes by Mudumba Ananth · 10 years ago
  73. 4dcde90 resolved conflicts for merge of b44cc59d to master by Matthew Xie · 10 years ago
  74. 17b04bd LE: Add notification sent and congestion callbacks (2/4) by Andre Eisenbach · 11 years ago
  75. b44cc59 Logging cleanup: AVRC, MCA, GATT, and SMP. by Sharvil Nanavati · 11 years ago
  76. 7fa4fba Merge BT 4.1 features by Ganesh Ganapathi Batta · 11 years ago
  77. 8fe5887 Merge BT 4.1 features by Ganesh Ganapathi Batta · 11 years ago
  78. 5cd8bff Major warnings cleanup by Mike J. Chen · 11 years ago
  79. 41eee7b Fix missing initializer warning by Mike J. Chen · 11 years ago
  80. 0d3786e LE: Memory leak when caching GATT service change by Andre Eisenbach · 11 years ago
  81. 6975b4d LE: UPF 45 bug fixes by Andre Eisenbach · 11 years ago
  82. ead3cde Initial version of BLE support for Bluedroid by Ganesh Ganapathi Batta · 12 years ago
  83. 5738f83 Snapshot cdeccf6fdd8c2d494ea2867cb37a025bf8879baf by The Android Open Source Project · 12 years ago