1. 89b0ccb Hearing Aid BTIF interface implementation by Jakub Pawlowski · 7 years ago
  2. b7710f0 btif storage: use strings where possible by Jakub Pawlowski · 7 years ago
  3. f04ea90 Saving Bluetooth name to Max 248 character only. by Srinu Jella · 8 years ago
  4. f92bdc7 Correctly handling bdaddr in function btif_storage_load_bonded_hid_info. by Yan Laijun · 8 years ago
  5. ce7c3c0 Remove aliase name while removing bonded device by liuchao · 8 years ago
  6. 5b790fe Make copyright headers consistent with Google template; remove "(C)" by Jakub Pawlowski · 7 years ago
  7. f3fb316 persistent configuration refactor by Jakub Pawlowski · 7 years ago
  8. 80a9ee7 btif: Use key types to avoid casting by Myles Watson · 7 years ago
  9. b749ebd Use unary operator instead of == bool by Myles Watson · 7 years ago
  10. 819e2ec Use one type for UUID (1/5) by Jakub Pawlowski · 7 years ago
  11. 24e9be4 Avoid lookup on NULL address by Martin Brabham · 8 years ago
  12. 2e05f0d Cleanup RawAddress usage by Jakub Pawlowski · 7 years ago
  13. fc25b19 Fix misc-macro-parentheses warnings in system/bt. by Chih-Hung Hsieh · 7 years ago
  14. b707f44 Make RawAddress into a class (1/3) by Jakub Pawlowski · 7 years ago
  15. a484a88 Rename bt_bdaddr_t into RawAddress (3/3) by Jakub Pawlowski · 7 years ago
  16. e91297a Add a mechanism to avoid using AVDTP RECONFIGURE for blacklisted devices by Pavlin Radoslavov · 7 years ago
  17. 760f967 Get rid of last mentions of BD_ADDR from btif. by Jakub Pawlowski · 7 years ago
  18. 011a619 Use bt_bdaddr_t instead of BD_ADDR in HID related code by Jakub Pawlowski · 7 years ago
  19. c2276b0 Use bt_bdaddr_t instead of BD_ADDR by Jakub Pawlowski · 7 years ago
  20. 7dc0525 Allow the Bluetooth MAC address to be updated asynchronously (3/3) by Stanley Tng · 8 years ago
  21. 1c7a152 btif: Remove platform-specific address logic by Myles Watson · 8 years ago
  22. 0c70d8e Update UUIDs immediately on NVRAM by Srinu Jella · 8 years ago
  23. 19e3d70 Remove unnecessary cutils dependency by Jakub Pawlowski · 8 years ago
  24. 8843cc8 HIDD: Add support for HID Device Role by Hemant Gupta · 11 years ago
  25. f2af1c4 Replace assert with CHECK from base/logging.h by Jack He · 8 years ago
  26. ee96a3c Fix asterisks in block quotes by Myles Watson · 8 years ago
  27. 84baa7f Remove BLE_INCLUDED define by Myles Watson · 8 years ago
  28. 40cde56 btif: Add do-while blocks to macros by Myles Watson · 8 years ago
  29. f454816 btif: Fixup clang-format by Myles Watson · 8 years ago
  30. 6bd442f btif: Apply clang-format by Myles Watson · 8 years ago
  31. 193e43a Add device record for BR/EDR devices with derived LE keys by Subramanian Srinivasan · 8 years ago
  32. 80d7f60 Replace all uses of sprintf() with snprint() by George Burgess IV · 9 years ago
  33. b7f64bc btif: standardize types, #ifs by Marie Janssen · 8 years ago
  34. b7938c1 Convert HID and Device Manager BTA code to C++ by Jakub Pawlowski · 8 years ago
  35. 63b0519 Fix misc-macro-parentheses warnings by Chih-Hung Hsieh · 8 years ago
  36. d1d0f1b btif: Remove dead code from btif_storage by Marie Janssen · 8 years ago
  37. 1d92d06 btif: only save config when bonded devices change by Marie Janssen · 8 years ago
  38. 713993d Convert BTIF code from C to C++ by Jakub Pawlowski · 9 years ago[Renamed (99%) from btif/src/btif_storage.c]
  39. 7b266be Add guest mode functionality (2/4) by Ajay Panicker · 9 years ago
  40. 7ee02bd Move autopair blacklist to interop database by Andre Eisenbach · 9 years ago
  41. 3b6ef54 Default missing DevType and DevClass in NVRAM. by Jacky Cheung · 9 years ago
  42. 717a4a9 Removed checks for NULL returns after osi_calloc() / osi_malloc() by Pavlin Radoslavov · 9 years ago
  43. 1685664 Fixed paired device config UUID parsing logic by Andre Eisenbach · 9 years ago
  44. 6b84f29 Support for A2DP Sink and Proper initialization of profiles by Anubhav Gupta · 10 years ago
  45. 258c253 GKI cleanup - moved GKI buffer allocation wrappers to OSI by Pavlin Radoslavov · 9 years ago
  46. 0839305 resolved conflicts for merge of 49a86709 to mnc-dev-plus-aosp by Marie Janssen · 9 years ago
  47. 49a8670 build: LOG_TAG consistency, include order, build fixes by Marie Janssen · 9 years ago
  48. e9d2d9b am f2d6434a: gn-build: Add bluetooth-service target by Arman Uguray · 9 years ago
  49. f2d6434 gn-build: Add bluetooth-service target by Arman Uguray · 9 years ago
  50. 8ad14e3 resolved conflicts for merge of 65f9c04a to mnc-dev-plus-aosp by Pavlin Radoslavov · 9 years ago
  51. 65f9c04 Fix the logic for removing bonded devices by Pavlin Radoslavov · 9 years ago
  52. 9a78e8d am 49120dc8: build: Fix LOG_TAG define breakage, macro usage by Marie Janssen · 9 years ago
  53. 49120dc build: Fix LOG_TAG define breakage, macro usage by Marie Janssen · 9 years ago
  54. d33e39f am db554581: build: Update osi log functions, use consistently by Marie Janssen · 9 years ago
  55. e116777 am f1029c7a: Remove stored link key for temporarily paired devices by Srinu Jella · 9 years ago
  56. f1029c7 Remove stored link key for temporarily paired devices by Srinu Jella · 10 years ago
  57. db55458 build: Update osi log functions, use consistently by Marie Janssen · 9 years ago
  58. f4b0c92 am cab5fc17: gn-build: Remove all -Wno-unused-* flags from build files by Arman Uguray · 9 years ago
  59. cab5fc1 gn-build: Remove all -Wno-unused-* flags from build files by Arman Uguray · 9 years ago
  60. ab81311 Fix more BLE_INCLUDED == FALSE build breakage by Andre Eisenbach · 9 years ago
  61. eae6166 Replace malloc/calloc/free with osi_malloc/osi_calloc/osi_free by Pavlin Radoslavov · 9 years ago
  62. 818d0f2 SAP: Make it possible to enforce a 16-digit pin code (1/5) by Casper Bonde · 9 years ago
  63. 033edab Fix GATT connection failure after BT reset by Satya Calloji · 10 years ago
  64. 56a3be0 Replace malloc/calloc/free with osi_malloc/osi_calloc/osi_free by Pavlin Radoslavov · 9 years ago
  65. 7cb76b4 Fix GATT connection failure after BT reset by Satya Calloji · 10 years ago
  66. e87ef6d Use BTM structures for LE pairink keys and store LTK by Andre Eisenbach · 10 years ago
  67. 97bcfbe Add LE device to device database before adding LE keys by Andre Eisenbach · 10 years ago
  68. e280553 Cross transport key mapping fixes by Chaojing Sun · 10 years ago
  69. 2cd086a am f29a2fb..e07ad10 from mirror-m-wireless-internal-release by Vinit Deshpande · 10 years ago
  70. 444a8da LE Privacy 1.2 and LE secure connections by Satya Calloji · 10 years ago
  71. b246a1a Merge commit '4bf68bf020c7fd1aabcdc4b5d8f5fbb8bacdec9d' into merge_work by Prerepa Viswanadham · 10 years ago
  72. 47d68ee osi: add compat code for glibc by Scott James Remnant · 10 years ago
  73. e1a9e52 Merge commit 'f7f839985b3931682363d2ef3b7c5cae55a842ee' into merge by Etan Cohen · 10 years ago
  74. f802700 Demote, cleanup and extend observed logging by Chris Manton · 10 years ago
  75. 95b74f2 Use fully qualified path for btcore includes. by Sharvil Nanavati · 10 years ago
  76. 0f9b91e Use fully qualified path for OSI includes. by Sharvil Nanavati · 10 years ago
  77. 8ff3fea Rename legacy uuid_copy to not conflict by Chris Manton · 10 years ago
  78. 4480276 Add platform-independent logging macros to OSI. by Sharvil Nanavati · 10 years ago
  79. 9609cee Use correct service ID for A2DP source to make way for A2DP sink. by Sharvil Nanavati · 10 years ago
  80. 794f3b5 Removal of bd.[c|h] by Chris Manton · 10 years ago
  81. 8a6a89f Introduce btcore, a low-level library to manipulate Bluetooth data types. by Sharvil Nanavati · 10 years ago
  82. 9d52f88 Eliminate unused arguments to btif_config and clarify variable names by Sharvil Nanavati · 10 years ago
  83. b95c4ef Switch over from an XML based file format to .INI-style conf files by Sharvil Nanavati · 10 years ago
  84. 11cf5cc resolved conflicts for merge of ed0bdd42 to lmp-mr1-dev-plus-aosp by Chih-Hung Hsieh · 10 years ago
  85. 104e3f2 Cleanups needed to make clang happy by Bernhard Rosenkränzer · 10 years ago
  86. 5e80846 LE: Do not remove bond on encryption failure by Andre Eisenbach · 10 years ago
  87. afa6e1a resolved conflicts for merge of e8c3d75b to master by Matthew Xie · 10 years ago
  88. d5ebf6b handle link key check in non_ble case by Matthew Xie · 10 years ago
  89. e8c3d75 Logging cleanup: BTIF and APPL. by Sharvil Nanavati · 11 years ago
  90. f281b43 Reload Hid info only for bonded device by Priti Aghera · 10 years ago
  91. 479a9a3 Parse auto_pair_devlist.conf file with the generic config parser. by Sharvil Nanavati · 10 years ago
  92. ed999f5 Save remote device name immediately by Matthew Xie · 10 years ago
  93. 1025687 [2/4] Bluetooth: Add support for HFP Client role. by Hemant Gupta · 11 years ago
  94. 740def5 Eliminate dead code (helped by compiler warnings). by Sharvil Nanavati · 11 years ago
  95. fbf7688 GAP: Update local device name immediately by Hemant Gupta · 11 years ago
  96. 8fe5887 Merge BT 4.1 features by Ganesh Ganapathi Batta · 11 years ago
  97. a7ea809 Bluetooth: GAP: Remove bonded device info on Authentication fail by Zhihai Xu · 11 years ago
  98. 6efaf22 bluetooth: hid: store ssr_max_latency and ssr_min_tout in bonding db by Zhihai Xu · 11 years ago
  99. 7e6b379 am 9d368b68: am 1292dd82: am 6bc62a36: Merge "Bluetooth: GAP: Update bonded device info immediately on NVRAM" by Matthew Xie · 11 years ago
  100. 1292dd8 am 6bc62a36: Merge "Bluetooth: GAP: Update bonded device info immediately on NVRAM" by Matthew Xie · 11 years ago