1. 8d9d028 GKI task entry points should have a consistent signature. by Sharvil Nanavati · 10 years ago
  2. dae73b1 Eliminate GKI_os_malloc and GKI_os_free. by Sharvil Nanavati · 10 years ago
  3. 0d5de78 Eliminate unused 'stack' concept for GKI tasks. by Sharvil Nanavati · 10 years ago
  4. 860a9af Replace mailboxes with fixed queues. by Chris Manton · 10 years ago
  5. 8d36098 Make SCO sockets request eSCO instead of SCO by Zach Johnson · 10 years ago
  6. 39e8abd Fix memory leak in RFCOMM sockets where some lists were not being freed. by Sharvil Nanavati · 10 years ago
  7. 2e7e6eb Remove unncessary socket write to SCO socket. by Sharvil Nanavati · 10 years ago
  8. c8aaee2 Update SCO sockets to use OSI. by Sharvil Nanavati · 10 years ago
  9. fe4ec6b Rewrite the btif_sock module. by Sharvil Nanavati · 10 years ago
  10. 2c26d1d Remove unused "file system" concept & friends by Zach Johnson · 10 years ago
  11. 186d095 Eliminate call out/in indirection in bta_sys by Zach Johnson · 10 years ago
  12. 29e83d4 Fix heap memory leak by placing the BT device struct in static storage by Sharvil Nanavati · 10 years ago
  13. ce0bab4 Fix issue where last character of device name is missing by Sharvil Nanavati · 10 years ago
  14. 8a6a89f Introduce btcore, a low-level library to manipulate Bluetooth data types. by Sharvil Nanavati · 10 years ago
  15. b2f0447 Fix digital transposition in saving binary config data by Zach Johnson · 10 years ago
  16. 9d52f88 Eliminate unused arguments to btif_config and clarify variable names by Sharvil Nanavati · 10 years ago
  17. b95c4ef Switch over from an XML based file format to .INI-style conf files by Sharvil Nanavati · 10 years ago
  18. f866204 Rewrite the SCO socket implementation to be more robust. by June R. Tate-Gans · 10 years ago
  19. e19791c Move the disconnect_immediately logic so that it's only in effect for data sockets by Ian McKellar · 11 years ago
  20. 601ffb4 Clear connected & disconnect_immediately flags when intializing SCO sockets by Ian McKellar · 11 years ago
  21. 3c8771a Fix a race condition where closing a SCO connection that was not yet fully open would silently fail. by Ian McKellar · 11 years ago
  22. 95da994 Clean up closed SCO listen sockets by Ian McKellar · 11 years ago
  23. 0f34c89 Fix locking in btsock_sco_signaled by Ian McKellar · 11 years ago
  24. a1d7cf2 Refactor SCO code to allow closing by Ian McKellar · 11 years ago
  25. e93ac12 SCO socket support in bluedroid by Ian McKellar · 11 years ago
  26. fe7216c Enforce GKI API buffer usage by Chris Manton · 11 years ago
  27. 284440f Refactor RFCOMM code; also fixes a random-disconnect / performance bug. by Sharvil Nanavati · 10 years ago
  28. 30a34f1 Add a function to check if a string represents a bdaddr by Sharvil Nanavati · 10 years ago
  29. 8c65ba9 Const-correctness for str2bd. by Sharvil Nanavati · 10 years ago
  30. 8d546df btpan thread signal function workaround by Chris Manton · 10 years ago
  31. 61cdda4 Replace magic number used instead of MAX_RFC_CHANNEL number. by Steve Gu · 10 years ago
  32. dfb3b2f Add flag indicating encrypted connections to btif_dm_get_connection_state() by Andre Eisenbach · 10 years ago
  33. 8936376 Change pairing_cb to assume temporary pairing by default by Andre Eisenbach · 10 years ago
  34. 26e80aa Relax max PCM frames per tick a bit by Andre Eisenbach · 10 years ago
  35. 2cfcf51 Added check if the device address is random by Tobias Melin · 10 years ago
  36. 0668d3a LE: Ignore non-volatile GATT service cache for non-bonded devices by Andre Eisenbach · 10 years ago
  37. e608a52 Merge "Remove unnecessary check of multiple advertise instance count." into lmp-mr1-dev by Wei Wang · 10 years ago
  38. 8a75ab5 Merge "PAN TAP fd is not monitored in all cases" into lmp-mr1-dev by Matthew Xie · 10 years ago
  39. e79be3d Add server-side callback for change in MTU (2/4) by Andre Eisenbach · 10 years ago
  40. ffaf9c5 Remove unnecessary check of multiple advertise instance count. by Wei Wang · 10 years ago
  41. 285f7c6 PAN TAP fd is not monitored in all cases by Zhenye Zhu · 10 years ago
  42. c113e4d Merge "Enforce Authentication for incoming HID connection" into lmp-mr1-dev by Matthew Xie · 10 years ago
  43. 3770c47 Clean up SetADV and ScanResp data memory leak. by Satya Calloji · 10 years ago
  44. 26fa02b LE: Use LE specific I/O capabilities by Andre Eisenbach · 10 years ago
  45. d79fb19 Enforce Authentication for incoming HID connection by Priti Aghera · 10 years ago
  46. 86f97ed Use the device type from saved properties instead of assuming default by Matthew Xie · 10 years ago
  47. c5916e9 Remove overflow rate limiting when reading A2DP frames by Andre Eisenbach · 10 years ago
  48. 1645157 am b407515f: Fix "no instances found for adv" when stop BLE scanning. by Satya Calloji · 10 years ago
  49. b407515 Fix "no instances found for adv" when stop BLE scanning. by Satya Calloji · 10 years ago
  50. 3e0dc73 LE: Make local privacy configurable by Andre Eisenbach · 10 years ago
  51. f893827 am 5e808468: LE: Do not remove bond on encryption failure by Andre Eisenbach · 10 years ago
  52. 5e80846 LE: Do not remove bond on encryption failure by Andre Eisenbach · 10 years ago
  53. b94c47a am 433fe016: Cache HOGP HID report map by Chaojing Sun · 10 years ago
  54. f4d88b9 am 25249f76: Merge "Retry pairing if the device did not respond (page timeout)" into lmp-dev by Prem Kumar · 10 years ago
  55. 6b5262a am 01d102b3: A2DP: Lowering maximum PCM frame limit to avoid audio breaks by Andre Eisenbach · 10 years ago
  56. 433fe01 Cache HOGP HID report map by Chaojing Sun · 10 years ago
  57. 25249f7 Merge "Retry pairing if the device did not respond (page timeout)" into lmp-dev by Prem Kumar · 10 years ago
  58. 01d102b A2DP: Lowering maximum PCM frame limit to avoid audio breaks by Andre Eisenbach · 10 years ago
  59. 31a6400 Retry pairing if the device did not respond (page timeout) by Andre Eisenbach · 10 years ago
  60. 9c56a39 am d8586177: Merge "Implement GATT service cache" into lmp-dev by Andre Eisenbach · 10 years ago
  61. 1f58d6b Implement GATT service cache by Andre Eisenbach · 10 years ago
  62. 494b3bf Merge "Add support of advertising through standard instance.(4/4)" into lmp-sprout-dev by Wei Wang · 10 years ago
  63. f061e74 Added missing A2DP priority on java alarm service by Mattias Agren · 10 years ago
  64. cafed88 Add support of advertising through standard instance.(4/4) by Satya Calloji · 10 years ago
  65. d5aa247 LE: Peer device's latest RPA is not being applied by Satya Calloji · 10 years ago
  66. 303d4ac Merge "For pairing over le transport, set default device type and address type" into lmp-dev by Matthew Xie · 10 years ago
  67. 64c5479 For pairing over le transport, set default device type and address type by Matthew Xie · 10 years ago
  68. c918d08 Document LE IO capabilities and use BR/EDR constant for LE by Andre Eisenbach · 10 years ago
  69. 976990f Merge "Fix issues with manufacturer ID prefix scan filter." into lmp-dev by Wei Wang · 10 years ago
  70. 1a5f810 Merge "Fix ADV data exceeding max adv packet length" into lmp-dev by Wei Wang · 10 years ago
  71. a015a83 LE: Use random address when initiating background connections by Andre Eisenbach · 10 years ago
  72. 7ddf2d8 Fix ADV data exceeding max adv packet length by Satya Calloji · 10 years ago
  73. f514046 Merge "LE: Disable background connections if RPA offloading is not supported" into lmp-dev by Andre Eisenbach · 10 years ago
  74. a1e649b LE: Disable background connections if RPA offloading is not supported by Andre Eisenbach · 10 years ago
  75. 6cbb113 Fix issues with manufacturer ID prefix scan filter. by Satya Calloji · 10 years ago
  76. 5e02098 Merge "Limit the time PAN can occupy the BTU stack thread" into lmp-dev by Andre Eisenbach · 10 years ago
  77. ae13ec9 Avoid race condition in SBC encoder initialization by Andre Eisenbach · 10 years ago
  78. 95ca3c4 Limit the time PAN can occupy the BTU stack thread by Zhenye Zhu · 10 years ago
  79. ec2777e Clean up fd when failed to add monitor thread by Matthew Xie · 10 years ago
  80. e9ff133 Merge "Add LE device to inquiry DB before pairing" into lmp-dev by Andre Eisenbach · 10 years ago
  81. 3baff79 Add LE device to inquiry DB before pairing by lungtsai_lin · 10 years ago
  82. adb7bb5 GKI_exception on running longer batch scans by Satya Calloji · 10 years ago
  83. eebf155 Merge "MAP: SDP corruption" into lmp-dev by Matthew Xie · 10 years ago
  84. 54e24af MAP: SDP corruption by Casper Bonde · 10 years ago
  85. 962f1d1 LE: Remove general/limited discoverability bits for non-connectable adv by Andre Eisenbach · 10 years ago
  86. 3e278d3 Merge "LE: Fix limited advertising not stopping after timeout" into lmp-dev by Andre Eisenbach · 10 years ago
  87. cf32e8d LE: Fix limited advertising not stopping after timeout by Andre Eisenbach · 10 years ago
  88. d437d11 Merge "A2DP: Protect against division-by-zero error in bitpool calculation" into lmp-dev by Andre Eisenbach · 10 years ago
  89. a391bf1 A2DP: Protect against division-by-zero error in bitpool calculation by Andre Eisenbach · 10 years ago
  90. 169cd7a Additional rebase fixes by Andre Eisenbach · 10 years ago
  91. 1097ff0 Fix Bluedroid rebase error by Andre Eisenbach · 10 years ago
  92. 9dd5a9c LE: Add limited advertising duration capability (2/3) by Andre Eisenbach · 10 years ago
  93. 16fe082 Use run time parameters to control LE features by Prerepa Viswanadham · 10 years ago
  94. c331807 BT MAP: added support for email sharing over BT by Matthew Xie · 11 years ago
  95. 62a54c5 Merge "Add transport parameter to createBond() function (2/4)" into lmp-dev by Andre Eisenbach · 10 years ago
  96. b0daa5d Add transport parameter to createBond() function (2/4) by Andre Eisenbach · 10 years ago
  97. f877e4c Merge "LE batchscan consolidated reports" into lmp-dev by Wei Wang · 10 years ago
  98. f1dba91 LE batchscan consolidated reports by Satya Calloji · 11 years ago
  99. 372a9f7 Merge "Blacklist Apple HID devices to skip SDP" into lmp-dev by Matthew Xie · 10 years ago
  100. c0edf9f Blacklist Apple HID devices to skip SDP by Priti Aghera · 11 years ago