1. 1bff698 GATT: Use a list for services in a GATT database by Myles Watson · 6 years ago
  2. c410c2e Add service change handle for Hearing Aids by weichinweng · 6 years ago
  3. 36b5cfd GATTC_Discover: pass parameters directly instead of through pointer by Jakub Pawlowski · 6 years ago
  4. 3ee08ac GATT database refactor by Jakub Pawlowski · 7 years ago
  5. a00bd03 New GATT cache storage format by Jakub Pawlowski · 7 years ago
  6. 541862c Call BTA_GATTS_AddService on correct thread by Jakub Pawlowski · 7 years ago
  7. 1eda292 Don't pack and align GATT structs by Zach Johnson · 7 years ago
  8. 6918d40 GATT cache memory corruption fix by Jakub Pawlowski · 7 years ago
  9. 5b790fe Make copyright headers consistent with Google template; remove "(C)" by Jakub Pawlowski · 7 years ago
  10. 8a0f7ad GATT discovery refactor by Jakub Pawlowski · 7 years ago
  11. fa90748 Use vector instead of list for keeping GATT database content by Jakub Pawlowski · 7 years ago
  12. 8e16fd4 Clarify naming for characteristic value handle by Jakub Pawlowski · 7 years ago
  13. d9ca410 Use std::list in GATT related code by Jakub Pawlowski · 7 years ago
  14. 50ba903 Remove unnecesary BTA redefinitions for GATT part 4 by Jakub Pawlowski · 7 years ago
  15. ee9a11f Remove unnecesary BTA redefinitions for GATT part 3 by Jakub Pawlowski · 7 years ago
  16. e9ef00c Remove unnecesary BTA redefinitions for GATT part 2 by Jakub Pawlowski · 7 years ago
  17. ab7a368 Remove unnecesary BTA redefinitions for GATT part 1 by Jakub Pawlowski · 7 years ago
  18. 819e2ec Use one type for UUID (1/5) by Jakub Pawlowski · 7 years ago
  19. a484a88 Rename bt_bdaddr_t into RawAddress (3/3) by Jakub Pawlowski · 7 years ago
  20. c2276b0 Use bt_bdaddr_t instead of BD_ADDR by Jakub Pawlowski · 7 years ago
  21. d7ee6f2 Get rid of BTA_GATTC_API_REFRESH_EVT by Jakub Pawlowski · 7 years ago
  22. 47474c3 Fix order of parameters to BTA_GATTC_Open by Jakub Pawlowski · 7 years ago
  23. 16bb48b Fix GATT Server disconnecting for no reason by Jakub Pawlowski · 7 years ago
  24. 45aebe7 Discover primary service by UUID for PTS tests (1/4) by Jakub Pawlowski · 7 years ago
  25. 7dd34f5 Read by UUID for PTS tests (4/5) by Jakub Pawlowski · 8 years ago
  26. 96fb273 Add option to specify initial LE connection PHY (1/3) by Jakub Pawlowski · 8 years ago
  27. b5ba4fd Expose connection update callback (1/3) by Jakub Pawlowski · 8 years ago
  28. eafd45d Set preferred PHY and read PHY implementation (3/3) by Jakub Pawlowski · 8 years ago
  29. 221e9bf BTA Application registration refactor by Jakub Pawlowski · 8 years ago
  30. 3f31d8c Properly align some packed data structures. by Stephen Hines · 8 years ago
  31. ee96a3c Fix asterisks in block quotes by Myles Watson · 8 years ago
  32. 9979121 Remove BTA_GATT_INCLUDED by Myles Watson · 8 years ago
  33. 84baa7f Remove BLE_INCLUDED define by Myles Watson · 8 years ago
  34. 1baaae3 bta: Fix comment formatting after clang-format by Myles Watson · 8 years ago
  35. cd1fd07 bta: Apply clang-format by Myles Watson · 8 years ago
  36. 8af480e bta: Remove double asterisks in comments by Myles Watson · 8 years ago
  37. a8d73ef Move start advertise method to advertising interface (3/3) by Jakub Pawlowski · 8 years ago
  38. 4918648 Simplify BTA_GATTC_Listen by Jakub Pawlowski · 8 years ago
  39. 2e8c421 Remove advertise whitelist functionality by Jakub Pawlowski · 8 years ago
  40. d19e078 Use standard types, consistent ifdef style everywhere by Marie Janssen · 8 years ago
  41. bb920a6 Rmove write type from GATT descriptor writes (4/4) by Jakub Pawlowski · 8 years ago
  42. a641b6f GATT Server refactoring (4/4) by Jakub Pawlowski · 9 years ago
  43. 24ea892 Add callbacks to GATT read/write operation by Jakub Pawlowski · 8 years ago
  44. 3c5451d Simplify GATT characteristic read memory handling by Jakub Pawlowski · 8 years ago
  45. e9e58ce bta: use standard types by Marie Janssen · 8 years ago
  46. 26ecec0 Use vector instead of C arrays in bta_gatt_api by Jakub Pawlowski · 8 years ago
  47. 845b49d Rewrite multi adv callbacks to new style by Jakub Pawlowski · 9 years ago
  48. 5f848b4 Rewrite batch scan related functions to new style by Jakub Pawlowski · 9 years ago
  49. 4ed8924 Rewrite bta_track_adv_event_cb to new style by Jakub Pawlowski · 9 years ago
  50. da5b59b Rewrite scan filter related callbacks to new style by Jakub Pawlowski · 9 years ago
  51. 3d6accf Move extern "C" to top of headers and remove tBTA_HF_CLIENT_HDR. by Bryce Lee · 9 years ago
  52. 063ca02 Add const guarantees by Jakub Pawlowski · 9 years ago
  53. 9dc9985 Use handles to identify GATT attributes (1/4) by Jakub Pawlowski · 9 years ago
  54. 5204fd7 Restructure GATTC by Jakub Pawlowski · 9 years ago
  55. 1be7ae1 Remove btla-specific comments by Jakub Pawlowski · 9 years ago
  56. ee6b6d0 Remove dead methods and callbacks by Jakub Pawlowski · 9 years ago
  57. 9fd552b Add handle range to BTA_GATTC_GetGattDb by Jakub Pawlowski · 9 years ago
  58. 533fdbf Add new HAL method get_gatt_db by Jakub Pawlowski · 9 years ago
  59. 24933b5 Removing unnecessary BTAPI #defines. by June R. Tate-Gans · 10 years ago
  60. 1acb61c LE Onfound and Onlost feature by Satya Calloji · 10 years ago
  61. 1a9247a LE ADV Filter changes by Satya Calloji · 10 years ago
  62. c4e2596 LE batch scan feature by Satya Calloji · 11 years ago
  63. 17b04bd LE: Add notification sent and congestion callbacks (2/4) by Andre Eisenbach · 11 years ago
  64. a6ce775 Revert "Revert "LE Multi ADV feature"" by Wei Wang · 10 years ago
  65. ea85048 Revert "LE Multi ADV feature" by Wei Wang · 10 years ago
  66. 87776cf LE Multi ADV feature by Satya Calloji · 11 years ago
  67. 7fa4fba Merge BT 4.1 features by Ganesh Ganapathi Batta · 11 years ago
  68. 9426d53 LE: Add API to configure MTU for a given connection (2/4) by Andre Eisenbach · 11 years ago
  69. 6702095 am a4611ac0: DO NOT MERGE: cherrypick from master to fix b/13289050 by Andre Eisenbach · 11 years ago
  70. a4611ac DO NOT MERGE: cherrypick from master to fix b/13289050 by Andre Eisenbach · 11 years ago
  71. b991273 DO NOT MERGE BLE HID device connection failure due to security error. by Zhihai Xu · 11 years ago
  72. 597c577 Fix bug introduced in last change. GATT define was after BLE_INCLUDED define. by Mike J. Chen · 11 years ago
  73. 7051db3 BLE HID device connection failure due to security error. by Zhihai Xu · 11 years ago
  74. 5c44e45 LE: Add peripheral role support (2/4) by Andre Eisenbach · 11 years ago
  75. 6975b4d LE: UPF 45 bug fixes by Andre Eisenbach · 11 years ago
  76. e1202ca LE: Add GATT disable functions by Andre Eisenbach · 11 years ago
  77. ead3cde Initial version of BLE support for Bluedroid by Ganesh Ganapathi Batta · 12 years ago
  78. 5738f83 Snapshot cdeccf6fdd8c2d494ea2867cb37a025bf8879baf by The Android Open Source Project · 12 years ago