1. d0c47e6 L2CAP: Fix dynamic channel refcount and ERTM timeout by Hansong Zhang · 4 years, 9 months ago
  2. c022f53 L2CAP: Separate Classic and LE dynamic channel API by Hansong Zhang · 4 years, 9 months ago
  3. 98b5baa L2CAP ERTM: Close channel on error by Hansong Zhang · 4 years, 9 months ago
  4. 1b410fb Merge "SecurityManager: Classic Pairing Handler" by Treehugger Robot · 4 years, 9 months ago
  5. 60d2c86 L2CAP: Move DynamicChannel API to common by Hansong Zhang · 4 years, 9 months ago
  6. 47dec64 Move DynamicChannel and Allocator to L2CAP internal common by Hansong Zhang · 4 years, 9 months ago
  7. f0a1692 L2CAP: Store channel configuration state in a separate class by Hansong Zhang · 4 years, 9 months ago
  8. 80854c2 SecurityManager: Classic Pairing Handler by Martin Brabham · 4 years, 10 months ago
  9. 90603b3 L2CAP: Use DataPipelineManager to organize components by Hansong Zhang · 4 years, 9 months ago
  10. f35b133 L2CAP Cert: Add support for sending I-Frame and S-Frame by Hansong Zhang · 4 years, 9 months ago
  11. 0aca2b2 L2CAP: Rename classic facade and minor refactor by Jack He · 4 years, 9 months ago
  12. 4f8230e L2CAP: Add mocks for fixed channel manager and classic module by Jack He · 4 years, 9 months ago
  13. 7394ae7 L2CAP Allow updating ERTM config and FCS by Hansong Zhang · 4 years, 9 months ago
  14. 70fb464 L2CAP: Save remote supported features in link by Hansong Zhang · 4 years, 9 months ago
  15. a631253 L2CAP Integrate channel mode in configuration by Hansong Zhang · 4 years, 9 months ago
  16. b096076 L2CAP Data pipeline rework by Hansong Zhang · 4 years, 9 months ago
  17. 517f770 L2CAP: Delete callbacks from queue after use by Hansong Zhang · 4 years, 9 months ago
  18. 213fc7c L2CAP: Simplify parameters for segmenter and reassembler by Hansong Zhang · 4 years, 9 months ago
  19. f68f5f8 L2CAP: Make a common ChannelImpl interface by Hansong Zhang · 4 years, 9 months ago
  20. 28fc863 L2CAP Segmenter: Keep a reference to DynamicChannelImpl by Hansong Zhang · 4 years, 9 months ago
  21. acabe28 Merge changes I353f27c3,I4ce56909,Ia4a1707d,I50e6d383 by Treehugger Robot · 4 years, 9 months ago
  22. 40139e0 L2CAP Reassembler: Keep a reference to DynamicChannelImpl by Hansong Zhang · 4 years, 9 months ago
  23. 240a3c5 L2CAP: Store channel configuration on request by Hansong Zhang · 4 years, 9 months ago
  24. 6230a6f Add capability to callback on client or server for connection by Chris Manton · 4 years, 9 months ago
  25. 3ab0315 L2CAP: Add Reassembler to separate outgoing and incoming queue by Hansong Zhang · 4 years, 10 months ago
  26. 7f2ac5c MockAclConnection: Use a real queue for testing by Hansong Zhang · 4 years, 9 months ago
  27. 6fd349a Add ToString() to Modules by Zongheng Wang · 4 years, 9 months ago
  28. 5c30ec8 L2CAP: Use new event stream model by Hansong Zhang · 4 years, 10 months ago
  29. b61370b Merge "Check before handle next command" by Treehugger Robot · 4 years, 10 months ago
  30. 68cdaed Check before handle next command by Chris Manton · 4 years, 10 months ago
  31. 4670e8c L2CAP: Swap SCID and DCID in connection response by Hansong Zhang · 4 years, 10 months ago
  32. ebe8fa1 Merge "L2CAP: Reverse order in disconnection response" by Treehugger Robot · 4 years, 10 months ago
  33. 8513c97 Merge "L2CAP: Reject unknown command" by Treehugger Robot · 4 years, 10 months ago
  34. 948f407 L2CAP: Reverse order in disconnection response by Hansong Zhang · 4 years, 10 months ago
  35. 2b0a4c5 L2CAP: Reject unknown command by Hansong Zhang · 4 years, 10 months ago
  36. d61c90e Minor clean up detail for signalling by Chris Manton · 4 years, 10 months ago
  37. dee1a25 Add remote cid insertion to packet for transmission by Chris Manton · 4 years, 10 months ago
  38. 6662d50 L2CAP: Notify DynamicChannel open after configuration is done by Hansong Zhang · 4 years, 10 months ago
  39. fc45cd9 [system][bt] address -Wimplicit-fallthrough by Nick Desaulniers · 4 years, 10 months ago
  40. 6f1ec72 L2CAP: Dequeue next request if previous response is invalid by Hansong Zhang · 4 years, 10 months ago
  41. 309987d Expose psm value through l2cap classic service by Chris Manton · 4 years, 10 months ago
  42. 2480960 Add information request after acl connect by Chris Manton · 4 years, 10 months ago
  43. 8b39a22 Extend l2cap functionality for CoC by Chris Manton · 4 years, 10 months ago
  44. 976f62c Swap cid parameters by Chris Manton · 4 years, 10 months ago
  45. 56fb214 Merge changes I9693f8e4,I3568a3dc by Treehugger Robot · 4 years, 10 months ago
  46. 3336a2a L2CAP Classic Cert: Auto generate cid for incoming request by Hansong Zhang · 4 years, 10 months ago
  47. 1ab6b3e L2CAP: Fix SignallingManager request queuing by Hansong Zhang · 4 years, 10 months ago
  48. 7bad4d2 Signal id of zero is silently ignored per spec by Chris Manton · 4 years, 10 months ago
  49. 722870c Execute channel fail callbacks when link not up by Chris Manton · 4 years, 10 months ago
  50. 9c0041f Merge "L2CAP Fix Echo Response" by Treehugger Robot · 4 years, 10 months ago
  51. 75ebaab L2CAP Fix Echo Response by Hansong Zhang · 4 years, 10 months ago
  52. ad57a6e L2CAP: Store dynamic channel connection requests when no link by Hansong Zhang · 4 years, 10 months ago
  53. d1b6c9b L2CAP: Allow opening connection, and add PTS request_connection test by Hansong Zhang · 4 years, 10 months ago
  54. c83e120 L2CAP: Handle initial channel configuration by Hansong Zhang · 4 years, 10 months ago
  55. e11948e L2CAP: Call AclConnection.RegisterDisconnectCallback() in LinkManager by Jack He · 4 years, 10 months ago
  56. 627ba81 Add a fuzzer in bluetooth gd for l2cap dynamic channel allocator by Zongheng Wang · 4 years, 10 months ago
  57. 01c6d50 [system][bt] fix -Wreorder-init-list again by Nick Desaulniers · 4 years, 11 months ago
  58. 51b6b7c Merge "L2CAP classic signalling handler, data pipeline, and cert test" by Treehugger Robot · 4 years, 11 months ago
  59. 5fdc806 [system][bt][gd] fix -Wreorder-init-list by Nick Desaulniers · 4 years, 11 months ago
  60. cd0c319 L2CAP classic signalling handler, data pipeline, and cert test by Hansong Zhang · 5 years ago
  61. ff38d89 Split L2CAP Classic and LE stacks into separate modules by Jack He · 4 years, 11 months ago