1. 83f8683 Metrics: Log L2CAP and RFCOMM socket connection state changes to statsd by Jack He · 6 years ago
  2. 35ee023 Unify logging in btif_sock_l2cap.cc by Jakub Pawlowski · 7 years ago
  3. 622bd22 Maximize L2CAP socket MTU by Jakub Pawlowski · 7 years ago
  4. 3538b64 BTA_JvL2capConnect simplification by Jakub Pawlowski · 7 years ago
  5. e5e2dd5 Simplify btSock_start_l2cap_server_l by Jakub Pawlowski · 7 years ago
  6. 408b5f9 Stricter check of the MTU size in the BTIF L2CAP socket by Jakub Pawlowski · 7 years ago
  7. 6ee309d Fix naming error in btif l2cap MPS -> MTU by Jakub Pawlowski · 7 years ago
  8. f47bfde Get rid of L2CAP_MAX_BUF_SIZE, use variable-size buffers instead by Jakub Pawlowski · 7 years ago
  9. 4492288 Fixed L2CAP Buffer Length when transmit packets by Stanley Tng · 7 years ago
  10. a34e9b4 Remove L2CAP_MASK_LE_COC_CHANNEL flag in channel number by Stanley Tng · 7 years ago
  11. 8451931 One less copy when sending LE CoC data. by Jakub Pawlowski · 7 years ago
  12. 49dd53c Added support for new Android API for LE CoC by Stanley Tng · 7 years ago
  13. c474342 Make BTA_JvL2capWrite take ownership of the data buffer by Jakub Pawlowski · 7 years ago
  14. 19d3061 Remove duplicated code in l2cap_sock - on_l2cap_write_fixed_done by Jakub Pawlowski · 7 years ago
  15. 8452b05 Prevent LE CoC from dropping data when remote MPS>8087 by Jakub Pawlowski · 7 years ago
  16. a32cfc9 Revert "Use vector instead of raw pointer in l2cap socket write handling" by Jakub Pawlowski · 7 years ago
  17. 4da2ff5 Use vector instead of raw pointer in l2cap socket write handling by Jakub Pawlowski · 7 years ago
  18. 8ba5432 Assert on null callback in BTA_JvL2capConnect and BTA_JvL2capConnectLE by Jakub Pawlowski · 7 years ago
  19. 5b790fe Make copyright headers consistent with Google template; remove "(C)" by Jakub Pawlowski · 7 years ago
  20. b749ebd Use unary operator instead of == bool by Myles Watson · 7 years ago
  21. a484a88 Rename bt_bdaddr_t into RawAddress (3/3) by Jakub Pawlowski · 7 years ago
  22. a09c348 Replace BD_ADDR with bt_bdaddr_t in JV related code by Jakub Pawlowski · 7 years ago
  23. c338fe8 btif: remove logspam at higher debug levels by Marie Janssen · 8 years ago
  24. 911d1ae Apply clang-format to the rest of the tree by Myles Watson · 8 years ago
  25. 531fe1a Remove more usages of UINT_TO_PTR macro by Ajay Panicker · 8 years ago
  26. 58d57a4 Remove some usages of UINT_TO_PTR macro by Ajay Panicker · 8 years ago
  27. 135db4f Remove pointer to integer cast in btif_sock_l2cap to prevent crash on 64 bit systems by Ajay Panicker · 8 years ago
  28. 40cde56 btif: Add do-while blocks to macros by Myles Watson · 8 years ago
  29. c0807c5 btif: Fix formatting in comments by Myles Watson · 8 years ago
  30. f454816 btif: Fixup clang-format by Myles Watson · 8 years ago
  31. 6bd442f btif: Apply clang-format by Myles Watson · 8 years ago
  32. 7d59e4f Cleanup L2CAP socket properly on close by Srinu Jella · 8 years ago
  33. a576468 btif: migrate from pthread locks to std::mutex by Marie Janssen · 8 years ago
  34. 984e31a L2CAP: Ensure handle is not null before attempting to close a socket by Joseph Pirozzo · 8 years ago
  35. 78e1e09 Add null check to avoid exception after L2CAP psm assigned by Gurpreet Ghai · 9 years ago
  36. b7f64bc btif: standardize types, #ifs by Marie Janssen · 8 years ago
  37. d6121a3 Restart failed system calls interrupted with errno of EINTR by Pavlin Radoslavov · 8 years ago
  38. 713993d Convert BTIF code from C to C++ by Jakub Pawlowski · 8 years ago[Renamed (98%) from btif/src/btif_sock_l2cap.c]
  39. 4aa6d30 Add missing init/destroy of state_lock mutex by Pavlin Radoslavov · 8 years ago
  40. 547a297 Delete unused JV code by Sharvil Nanavati · 8 years ago
  41. 6721232 Add LE L2CAP Connection Oriented Channel by Navin Kochar · 9 years ago
  42. 9123096 Cleanup L2CAP socket properly on close by Srinu Jella · 9 years ago
  43. 717a4a9 Removed checks for NULL returns after osi_calloc() / osi_malloc() by Pavlin Radoslavov · 9 years ago
  44. cceb430 Replaced osi_getbuf()/osi_freebuf() with osi_malloc()/osi_free() by Pavlin Radoslavov · 9 years ago
  45. 0620f97 Add socket tx/rx accounting by Adam Lesinski · 9 years ago
  46. b7a077b Rename net_test_bluedroid to net_test_bluetooth by Andre Eisenbach · 9 years ago
  47. 258c253 GKI cleanup - moved GKI buffer allocation wrappers to OSI by Pavlin Radoslavov · 9 years ago
  48. 1a3844f GKI cleanup - Replaced usage of GKI queue with OSI fixed_queue by Pavlin Radoslavov · 9 years ago
  49. 70ae7de GKI cleanup - Remove GKI pool related defines by Pavlin Radoslavov · 9 years ago
  50. 0839305 resolved conflicts for merge of 49a86709 to mnc-dev-plus-aosp by Marie Janssen · 9 years ago
  51. 49a8670 build: LOG_TAG consistency, include order, build fixes by Marie Janssen · 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. db55458 build: Update osi log functions, use consistently by Marie Janssen · 9 years ago
  56. 5de94fb am bb954527: build: Fix ptr <-> integer cast warnings by Arman Uguray · 9 years ago
  57. f4b0c92 am cab5fc17: gn-build: Remove all -Wno-unused-* flags from build files by Arman Uguray · 9 years ago
  58. bb95452 build: Fix ptr <-> integer cast warnings 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. eae6166 Replace malloc/calloc/free with osi_malloc/osi_calloc/osi_free by Pavlin Radoslavov · 9 years ago
  61. 818d0f2 SAP: Make it possible to enforce a 16-digit pin code (1/5) by Casper Bonde · 9 years ago
  62. 56a3be0 Replace malloc/calloc/free with osi_malloc/osi_calloc/osi_free by Pavlin Radoslavov · 9 years ago
  63. 9f2120c Merge commit '00e8f5e' into merge2 by Etan Cohen · 9 years ago
  64. 949baae Fix missing includes under glibc on new code. by Ian Coolidge · 9 years ago
  65. f54df6b Fix build issues after the merge by Vinit Deshpande · 9 years ago
  66. 8372aa5 L2CAP and SDP Search API for BT profiles (2/2) by Kim Schulz · 9 years ago