1. 7ee5835 [system][bt] fix -Wreorder-init-list by Nick Desaulniers · 5 years ago
  2. 0774b7b bta_jv_act: Avoid writing through NULL/freed pointer by Greg Kaiser · 6 years ago
  3. 7bb99a5 bta_jv_act: Avoid potential NULL dereference by Greg Kaiser · 6 years ago
  4. 897e022 Fix a bunch of incorrect syntax statements by Yi Kong · 6 years ago
  5. 96d16e3 Make thread names more meaningful by Jack He · 6 years ago
  6. 6d11052 Use MessageLoopThread in A2DP source, JNI, BTA, HCI and module bring-up by Jack He · 6 years ago
  7. a11bb2d bta: Only call get_acl_data_size_ble for LE by Myles Watson · 6 years ago
  8. b10a2b1 RFCOMM: Improve logging and readability by Jack He · 7 years ago
  9. 3538b64 BTA_JvL2capConnect simplification by Jakub Pawlowski · 7 years ago
  10. e5e2dd5 Simplify btSock_start_l2cap_server_l by Jakub Pawlowski · 7 years ago
  11. b9c95d5 Report LE CoC credits to GAP clients by Jakub Pawlowski · 7 years ago
  12. 8451931 One less copy when sending LE CoC data. by Jakub Pawlowski · 7 years ago
  13. fc9eced Remove casts for callbacks by Myles Watson · 7 years ago
  14. 42bdd07 Make GAP_ConnWriteData accept BT_HDR by Jakub Pawlowski · 7 years ago
  15. 49dd53c Added support for new Android API for LE CoC by Stanley Tng · 7 years ago
  16. ce5f485 Limit data accepted by GAP_ConnWriteData to just one SDU by Jakub Pawlowski · 7 years ago
  17. c474342 Make BTA_JvL2capWrite take ownership of the data buffer by Jakub Pawlowski · 7 years ago
  18. a32cfc9 Revert "Use vector instead of raw pointer in l2cap socket write handling" by Jakub Pawlowski · 7 years ago
  19. 4da2ff5 Use vector instead of raw pointer in l2cap socket write handling by Jakub Pawlowski · 7 years ago
  20. f18b31e Increase MPS for LE CoC to one LE Buffer Size by Jakub Pawlowski · 7 years ago
  21. d35eb7a Make LE CoC Maximum PDU Size configurable by Jakub Pawlowski · 7 years ago
  22. 8ba5432 Assert on null callback in BTA_JvL2capConnect and BTA_JvL2capConnectLE by Jakub Pawlowski · 7 years ago
  23. c1a13bc Use LOG macros in BTA JV by Jakub Pawlowski · 7 years ago
  24. 5243b3d Get rid of BTA_JV specific events by Jakub Pawlowski · 7 years ago
  25. eb40c5c Use Bind in BTA_JvStartDiscovery by Jakub Pawlowski · 7 years ago
  26. 45190ba Get rid of BTA_JV_API_PM_STATE_CHANGE_EVT by Jakub Pawlowski · 7 years ago
  27. c6b8023 Use Bind in BTA_JvSetPmProfile by Jakub Pawlowski · 7 years ago
  28. 971f275 Use Bind in BTA_JvRfcommWrite by Jakub Pawlowski · 7 years ago
  29. 82c54a4 Use Bind in BTA_JvRfcommStartServer and BTA_JvRfcommStopServer by Jakub Pawlowski · 7 years ago
  30. d439a7b Use Bind in BTA_JvRfcommClose by Jakub Pawlowski · 7 years ago
  31. 3070b22 Use Bind in BTA_JvRfcommConnect by Jakub Pawlowski · 7 years ago
  32. 457d20a Use Bind in BTA_JvL2capRead by Jakub Pawlowski · 7 years ago
  33. 70bc98f Use Bind in BTA_JvL2capWriteFixed by Jakub Pawlowski · 7 years ago
  34. a9c80d2 Use Bind in BTA_JvL2capWrite by Jakub Pawlowski · 7 years ago
  35. f53bb82 Use Bind in BTA_JvL2capStopServerLE by Jakub Pawlowski · 7 years ago
  36. 345f60e Use Bind in BTA_JvL2capStopServer by Jakub Pawlowski · 7 years ago
  37. 792ab6f Use Bind in BTA_JvL2capStartServerLE by Jakub Pawlowski · 7 years ago
  38. 6a10ea2 Use Bind in BTA_JvL2capStartServer by Jakub Pawlowski · 7 years ago
  39. a034a03 Use Bind in BTA_JvL2capCloseLE by Jakub Pawlowski · 7 years ago
  40. 6ccc6f4 Use Bind in BTA_JvL2capClose by Jakub Pawlowski · 7 years ago
  41. b48986c Use Bind in BTA_JvL2capConnect by Jakub Pawlowski · 7 years ago
  42. 5458047 Use Bind in BTA_JvL2capConnectLE by Jakub Pawlowski · 7 years ago
  43. a567799 Use Bind in BTA_JvDeleteRecord by Jakub Pawlowski · 7 years ago
  44. 60596e7 Use Bind in BTA_JvCreateRecordByUser by Jakub Pawlowski · 7 years ago
  45. cdd9dac Use Bind in BTA_JvFreeChannel by Jakub Pawlowski · 7 years ago
  46. a2394f2 Use Bind in BTA_JvGetChannelId by Jakub Pawlowski · 7 years ago
  47. e72240d Use Bind in BTA_JvDisable by Jakub Pawlowski · 7 years ago
  48. d3c1f2e Use Bind in BTA_JvEnable by Jakub Pawlowski · 7 years ago
  49. 5b790fe Make copyright headers consistent with Google template; remove "(C)" by Jakub Pawlowski · 7 years ago
  50. 21dcd19 RFCOMM: Return NULL when out of listen ports by Myles Watson · 7 years ago
  51. 3ddadcf Fix out-of-bound array access in jv handle err log by liuchao · 8 years ago
  52. 188d7ac Allocate tSDBP_DISCOVERY_DB instead of bytes by Myles Watson · 7 years ago
  53. b749ebd Use unary operator instead of == bool by Myles Watson · 7 years ago
  54. ec57737 Run clang format on files touched by CL 488398 by Myles Watson · 7 years ago
  55. 8d74904 Remove casts to unions to avoid unaligned accesses by Myles Watson · 7 years ago
  56. 819e2ec Use one type for UUID (1/5) by Jakub Pawlowski · 7 years ago
  57. b707f44 Make RawAddress into a class (1/3) by Jakub Pawlowski · 7 years ago
  58. a484a88 Rename bt_bdaddr_t into RawAddress (3/3) by Jakub Pawlowski · 7 years ago
  59. b7b7473 Unify the empty and any address usage by Jakub Pawlowski · 7 years ago
  60. 78b81c6 Get rid of bdcpy, bdcmp and other BD_ADDR helpers by Jakub Pawlowski · 7 years ago
  61. c752e13 Replace BT_ADDR with bd_addr_t in bta_sys related code by Jakub Pawlowski · 7 years ago
  62. 1979fa3 Replace BD_ADDR with bt_bdaddr_t in RFCOMM related code by Jakub Pawlowski · 7 years ago
  63. 135b7f6 Replace BD_ADDR with bt_bdaddr_t in SDP and A2DP related code by Jakub Pawlowski · 7 years ago
  64. a09c348 Replace BD_ADDR with bt_bdaddr_t in JV related code by Jakub Pawlowski · 7 years ago
  65. c2276b0 Use bt_bdaddr_t instead of BD_ADDR by Jakub Pawlowski · 7 years ago
  66. 8ab5e4d Remove additional usages of UINT_TO_PTR by Ajay Panicker · 8 years ago
  67. 37492db Remove coverity comments by Myles Watson · 8 years ago
  68. ee96a3c Fix asterisks in block quotes by Myles Watson · 8 years ago
  69. 531fe1a Remove more usages of UINT_TO_PTR macro by Ajay Panicker · 8 years ago
  70. f33b6f4 readability fix: No assigns in if conditionals by Marie Janssen · 8 years ago
  71. 58d57a4 Remove some usages of UINT_TO_PTR macro by Ajay Panicker · 8 years ago
  72. 135db4f Remove pointer to integer cast in btif_sock_l2cap to prevent crash on 64 bit systems by Ajay Panicker · 8 years ago
  73. 1baaae3 bta: Fix comment formatting after clang-format by Myles Watson · 8 years ago
  74. cd1fd07 bta: Apply clang-format by Myles Watson · 8 years ago
  75. f355ef5 bta: Prepare include statements for clang-format by Myles Watson · 8 years ago
  76. 8af480e bta: Remove double asterisks in comments by Myles Watson · 8 years ago
  77. d35a648 Remove deprecated UNUSED macro (1/5) by Myles Watson · 8 years ago
  78. b2a292b Renamed most C files to C++: *.c to *.cc by Pavlin Radoslavov · 8 years ago
  79. 62e6c14 Add null checks for L2CAP socket callback by Srinu Jella · 10 years ago
  80. 46069c6 RFCOMM: Prevent sending data in BTA_JV_ST_NONE state by Srinu Jella · 9 years ago
  81. 80d7f60 Replace all uses of sprintf() with snprint() by George Burgess IV · 9 years ago
  82. 25984b0 Get rid of unused BTA_DYNAMIC_MEMORY by Jakub Pawlowski · 8 years ago
  83. e9e58ce bta: use standard types by Marie Janssen · 8 years ago
  84. 63b0519 Fix misc-macro-parentheses warnings by Chih-Hung Hsieh · 8 years ago
  85. 547a297 Delete unused JV code by Sharvil Nanavati · 9 years ago
  86. 6721232 Add LE L2CAP Connection Oriented Channel by Navin Kochar · 9 years ago
  87. 9123096 Cleanup L2CAP socket properly on close by Srinu Jella · 9 years ago
  88. 4e972d8 Track TX empty event to manage sniff timer by Srinu Jella · 9 years ago
  89. 4394720 Fix C/C++ compiler generated warnings by Pavlin Radoslavov · 9 years ago
  90. 717a4a9 Removed checks for NULL returns after osi_calloc() / osi_malloc() by Pavlin Radoslavov · 9 years ago
  91. cceb430 Replaced osi_getbuf()/osi_freebuf() with osi_malloc()/osi_free() by Pavlin Radoslavov · 9 years ago
  92. b2c46a4 Fix RFCOMM Rx speed of transfer by Hemant Gupta · 9 years ago
  93. 258c253 GKI cleanup - moved GKI buffer allocation wrappers to OSI by Pavlin Radoslavov · 9 years ago
  94. e084feb am 9de273d9: Fix CTS Verifier test for insecure RFCOMM connection. by Sharvil Nanavati · 9 years ago
  95. 9de273d Fix CTS Verifier test for insecure RFCOMM connection. by Sharvil Nanavati · 9 years ago
  96. bb95452 build: Fix ptr <-> integer cast warnings by Arman Uguray · 9 years ago
  97. cab5fc1 gn-build: Remove all -Wno-unused-* flags from build files by Arman Uguray · 9 years ago
  98. eae6166 Replace malloc/calloc/free with osi_malloc/osi_calloc/osi_free by Pavlin Radoslavov · 9 years ago
  99. 56a3be0 Replace malloc/calloc/free with osi_malloc/osi_calloc/osi_free by Pavlin Radoslavov · 9 years ago
  100. b8b3e80 Initialize white list size after stack reset by Priti Aghera · 10 years ago