1. 7ee5835 [system][bt] fix -Wreorder-init-list by Nick Desaulniers · 5 years ago
  2. 2b8385a GATTC: Support get white list size from controller by Ugo Yu · 5 years ago
  3. 0f2f9e3 Load gatt_database if it is empty in bta_gattc_process_indicate am: 9a169893a8 by weichinweng · 5 years ago
  4. 9a16989 Load gatt_database if it is empty in bta_gattc_process_indicate by weichinweng · 5 years ago
  5. bc8637d Merge "Revert "Open connection if it doesn't exsist in bta_gattc_process_indicate"" am: 103addf9f7 by Jakub Pawlowski · 5 years ago
  6. 97388fa Revert "Open connection if it doesn't exsist in bta_gattc_process_indicate" by Jakub Pawlowski · 5 years ago
  7. bbb6517 Open connection if it doesn't exsist in bta_gattc_process_indicate am: ffc9591983 by weichinweng · 5 years ago
  8. ffc9591 Open connection if it doesn't exsist in bta_gattc_process_indicate by weichinweng · 5 years ago
  9. 1bff698 GATT: Use a list for services in a GATT database by Myles Watson · 5 years ago
  10. c410c2e Add service change handle for Hearing Aids by weichinweng · 5 years ago
  11. 897e022 Fix a bunch of incorrect syntax statements by Yi Kong · 6 years ago
  12. 8b9f17b Wait for Notifications before sending audio data by Stanley Tng · 6 years ago
  13. b22ea41 Revert "Remove redundant GATT_StartIf" by Jakub Pawlowski · 6 years ago
  14. cb45b1e Remove redundant GATT_StartIf by Jakub Pawlowski · 6 years ago
  15. 3e0c177 GATTC: Use hex for conn_id in log by Hansong Zhang · 6 years ago
  16. 96d16e3 Make thread names more meaningful by Jack He · 6 years ago
  17. 6d11052 Use MessageLoopThread in A2DP source, JNI, BTA, HCI and module bring-up by Jack He · 6 years ago
  18. 55faa9e Linux build fix by Jakub Pawlowski · 6 years ago
  19. b6cf0e0 gatt: Avoid using erased iterator by Greg Kaiser · 6 years ago
  20. 36b5cfd GATTC_Discover: pass parameters directly instead of through pointer by Jakub Pawlowski · 6 years ago
  21. 3ee08ac GATT database refactor by Jakub Pawlowski · 6 years ago
  22. 5d83c8a Update connection parameters just once before GATT discovery by Jakub Pawlowski · 6 years ago
  23. cabb39c Simplify bta_gattc_sdp_callback by Jakub Pawlowski · 6 years ago
  24. a00bd03 New GATT cache storage format by Jakub Pawlowski · 6 years ago
  25. 61dfe5c bta_gattc_sdp_callback move null check above first usage by Jakub Pawlowski · 6 years ago
  26. 0bdae6a Remove unreachable code by Yi Kong · 7 years ago
  27. 541862c Call BTA_GATTS_AddService on correct thread by Jakub Pawlowski · 7 years ago
  28. 6ba9058 Set pending_discovery when doing GATT over BR/EDR by Jakub Pawlowski · 7 years ago
  29. 1eda292 Don't pack and align GATT structs by Zach Johnson · 7 years ago
  30. fdae465 Minor GATT logging fixes by Jakub Pawlowski · 7 years ago
  31. b008727 Fix GATT discovery service fail over BR/EDR by Chao Quan · 7 years ago
  32. 93d7ffd Bump GATT cache file version marker by Jakub Pawlowski · 7 years ago
  33. 6918d40 GATT cache memory corruption fix by Jakub Pawlowski · 7 years ago
  34. 80c1e1c BTA GATT operation queue by Jakub Pawlowski · 7 years ago
  35. 5b790fe Make copyright headers consistent with Google template; remove "(C)" by Jakub Pawlowski · 7 years ago
  36. 8a0f7ad GATT discovery refactor by Jakub Pawlowski · 7 years ago
  37. fa90748 Use vector instead of list for keeping GATT database content by Jakub Pawlowski · 7 years ago
  38. 8e16fd4 Clarify naming for characteristic value handle by Jakub Pawlowski · 7 years ago
  39. da3ebfd Inline bta_gattc_start_disc_* where possible by Jakub Pawlowski · 7 years ago
  40. 66d702c bta_gattc_explore_srvc minor style fixes by Jakub Pawlowski · 7 years ago
  41. e03aeae Remove bta_gattc_incl_srvc_disc_cmpl by Jakub Pawlowski · 7 years ago
  42. 6ef9190 Remove casts in bta/ and stack/btm by Myles Watson · 7 years ago
  43. 0b11ecc Merge "bta_gattc_cache: prepare for type unification" by Treehugger Robot · 7 years ago
  44. 2f228e0 bta_gattc_cache: prepare for type unification by Jakub Pawlowski · 7 years ago
  45. a664b44 Minor style fixes in bta_gattc_act.cc by Jakub Pawlowski · 7 years ago
  46. 48e0c8d BTA GATT cache cleanup bta_gattc_discover_pri_service by Jakub Pawlowski · 7 years ago
  47. 9de0b5c BTA GATT cache cleanup bta_gattc_srvc_in_list by Jakub Pawlowski · 7 years ago
  48. 0c3eaab BTA GATT cache cleanup add_*_to_list by Jakub Pawlowski · 7 years ago
  49. e638900 BTA GATT cache cleanup bta_gattc_disc_res_cback by Jakub Pawlowski · 7 years ago
  50. 98c0494 BTA GATT cache cleanup by Jakub Pawlowski · 7 years ago
  51. 2647452 Use LOG() macros in BTA GATT logging by Jakub Pawlowski · 7 years ago
  52. 5d5fcf2 Manually convert to unary where coccinelle could not by Myles Watson · 7 years ago
  53. b749ebd Use unary operator instead of == bool by Myles Watson · 7 years ago
  54. d9ca410 Use std::list in GATT related code by Jakub Pawlowski · 7 years ago
  55. 5af6aba Add comments to function arrays to indicate usage by Stanley Tng · 7 years ago
  56. a712d14 Add more logs for Bluetooth connection errors by Stanley Tng · 7 years ago
  57. b147c65 Remove casts to (tBTA_GATTC*) unions to avoid unaligned accesses by Pavlin Radoslavov · 7 years ago
  58. 7a621e5 Revert "Fix stack-buffer-overflow in bluetooth service GATT client" by Pavlin Radoslavov · 7 years ago
  59. 50ba903 Remove unnecesary BTA redefinitions for GATT part 4 by Jakub Pawlowski · 7 years ago
  60. ee9a11f Remove unnecesary BTA redefinitions for GATT part 3 by Jakub Pawlowski · 7 years ago
  61. e9ef00c Remove unnecesary BTA redefinitions for GATT part 2 by Jakub Pawlowski · 7 years ago
  62. ab7a368 Remove unnecesary BTA redefinitions for GATT part 1 by Jakub Pawlowski · 7 years ago
  63. 819e2ec Use one type for UUID (1/5) by Jakub Pawlowski · 7 years ago
  64. fae9b2f Fix included service parsing (1/3) by Jakub Pawlowski · 7 years ago
  65. 5b96667 Ensure that services are cleaned from the GattServer HandleMap. by Jeremy Klein · 7 years ago
  66. 998f785 Fix stack-buffer-overflow in bluetooth service GATT client by Michael Spang · 7 years ago
  67. b707f44 Make RawAddress into a class (1/3) by Jakub Pawlowski · 7 years ago
  68. 972c885 Read the correct amount of attributes by Scott Bauer · 7 years ago
  69. a484a88 Rename bt_bdaddr_t into RawAddress (3/3) by Jakub Pawlowski · 7 years ago
  70. b7b7473 Unify the empty and any address usage by Jakub Pawlowski · 7 years ago
  71. c752e13 Replace BT_ADDR with bd_addr_t in bta_sys related code by Jakub Pawlowski · 7 years ago
  72. 135b7f6 Replace BD_ADDR with bt_bdaddr_t in SDP and A2DP related code by Jakub Pawlowski · 7 years ago
  73. c2276b0 Use bt_bdaddr_t instead of BD_ADDR by Jakub Pawlowski · 7 years ago
  74. 14d0860 bta: Update APPL_TRACE_* logs and call parameter by jruthe · 7 years ago
  75. d7ee6f2 Get rid of BTA_GATTC_API_REFRESH_EVT by Jakub Pawlowski · 7 years ago
  76. 31a6bf4 Get rid of trivial BTA_GATTC_ events by Jakub Pawlowski · 7 years ago
  77. 47474c3 Fix order of parameters to BTA_GATTC_Open by Jakub Pawlowski · 7 years ago
  78. 16bb48b Fix GATT Server disconnecting for no reason by Jakub Pawlowski · 7 years ago
  79. 45aebe7 Discover primary service by UUID for PTS tests (1/4) by Jakub Pawlowski · 7 years ago
  80. 27a9864 Merge "bta_gattc_cache: Initialize gatt_db_elemement_t permissions to 0" by Treehugger Robot · 7 years ago
  81. bee374a bta_gattc_cache: Initialize gatt_db_elemement_t permissions to 0 by Bailey Forrest · 7 years ago
  82. 7dd34f5 Read by UUID for PTS tests (4/5) by Jakub Pawlowski · 7 years ago
  83. f271c91 Do not GATT_ERROR on MTU change by Jacky Cheung · 7 years ago
  84. 96fb273 Add option to specify initial LE connection PHY (1/3) by Jakub Pawlowski · 7 years ago
  85. b5ba4fd Expose connection update callback (1/3) by Jakub Pawlowski · 7 years ago
  86. eafd45d Set preferred PHY and read PHY implementation (3/3) by Jakub Pawlowski · 7 years ago
  87. 8957fdc Fix NPE when discovering invalid GATT datatbase by Jakub Pawlowski · 8 years ago
  88. 8843cc8 HIDD: Add support for HID Device Role by Hemant Gupta · 10 years ago
  89. 221e9bf BTA Application registration refactor by Jakub Pawlowski · 8 years ago
  90. ee96a3c Fix asterisks in block quotes by Myles Watson · 8 years ago
  91. 9580a30 Cleanup GATT cache when remote device is disconnected by Jakub Pawlowski · 8 years ago
  92. f33b6f4 readability fix: No assigns in if conditionals by Marie Janssen · 8 years ago
  93. 9979121 Remove BTA_GATT_INCLUDED by Myles Watson · 8 years ago
  94. 84baa7f Remove BLE_INCLUDED define by Myles Watson · 8 years ago
  95. a1e7e55 Constant Cleanup: Remove BT_TRACE_VERBOSE by Marie Janssen · 8 years ago
  96. 1baaae3 bta: Fix comment formatting after clang-format by Myles Watson · 8 years ago
  97. cd1fd07 bta: Apply clang-format by Myles Watson · 8 years ago
  98. f355ef5 bta: Prepare include statements for clang-format by Myles Watson · 8 years ago
  99. 8af480e bta: Remove double asterisks in comments by Myles Watson · 8 years ago
  100. a8d73ef Move start advertise method to advertising interface (3/3) by Jakub Pawlowski · 8 years ago