1. 964616d Migrate information frames to matchers by Zach Johnson · 5 years ago
  2. a528df6 Migrate supervisory frame matching logic by Zach Johnson · 5 years ago
  3. 1bbe709 Replace a few more matchers by Zach Johnson · 5 years ago
  4. df5bcac Migrate connection response to L2capMatchers by Zach Johnson · 5 years ago
  5. a4b4e27 Start migrating l2cap packet matchers to their own file by Zach Johnson · 5 years ago
  6. 4d4a4a0 Fix config request/response order comments by Zach Johnson · 5 years ago
  7. e3a2005 Replace hardcoded control packet handling with lookup table by Zach Johnson · 5 years ago
  8. e3ad81b Simplify packet parsing/filtering for L2capTest by Zach Johnson · 5 years ago
  9. 4b524c3 Replace direct usages of acl manager stream with acl link instead by Zach Johnson · 5 years ago
  10. b4ba004 Register _handle_control_packet in a single place by Zach Johnson · 5 years ago
  11. 3897195 Migrate to use cert_acl instead of cert_acl_handle by Zach Johnson · 5 years ago
  12. b32ec7b Remove cert_acl_data_stream from _open_channel, as it can be inferred by Zach Johnson · 5 years ago
  13. abd356c Remove cert_acl_handle return value, as it was not really used by Zach Johnson · 5 years ago
  14. b903ce5 Begin migrating L2capTest to use PyAclManager by Zach Johnson · 5 years ago
  15. be4671b Begin PyL2cap, to make interfacing with l2cap facade easier by Zach Johnson · 5 years ago
  16. ba65d9a Add Closable, to reduce repeated code by Zach Johnson · 5 years ago
  17. c8b6f7f Move captures & PyHci/PyAclManager to common cert by Zach Johnson · 5 years ago
  18. be07857 Move common setup to setup_test & teardown_test by Zach Johnson · 5 years ago
  19. 20ba112 Add IEventStream, so other subjects can use emit, etc by Zach Johnson · 5 years ago
  20. 4023219 Flesh out PyAclManager a little more by Zach Johnson · 5 years ago
  21. 76a6c90 Start PyAclManager, to simplify interaction with AclManager by Zach Johnson · 5 years ago
  22. 644e194 Add PyHciAclConnection by Zach Johnson · 5 years ago
  23. 3d22379 Add PyHci helpers for page/scan and reading own address by Zach Johnson · 5 years ago
  24. 96b7fa8 Add PyHci, to simplify interactions with HCI (not HCI_INTERFACES) by Zach Johnson · 5 years ago
  25. d3fc2f3 Add function on hci to send commands (with status and with complete) by Zach Johnson · 5 years ago
  26. da9c4af Add helper function on hci, to simplify hci event stream creation by Zach Johnson · 5 years ago
  27. 4ce6a8e Add function to request multiple event types from hci by Zach Johnson · 5 years ago
  28. d327523 Merge changes I56018319,Id324c5b4,I73e50e6c by Zach Johnson · 5 years ago
  29. 7aad4e4 Merge "Add event stream to cert/truth, and start using in AclManagerTest" by Treehugger Robot · 5 years ago
  30. 3e185d9 Merge "Add a truth module, to make cert asserts more fluent" by Treehugger Robot · 5 years ago
  31. 5cbaedb Merge "Register bond state change change callbacks in shim" by Treehugger Robot · 5 years ago
  32. 9dc0985 Merge "ModuleRegistry: Delete Module after all are stopped" by Treehugger Robot · 5 years ago
  33. 67398b0 Merge "gd: l2cap Skip undefined options when parsing" by Treehugger Robot · 5 years ago
  34. 637e260 Add captures, to clean up test logic and make tests easer to read by Zach Johnson · 5 years ago
  35. 9e4a9a5 Add multi-matcher assert on EventStream, and expose through truth by Zach Johnson · 5 years ago
  36. 077e615 Merge EventCallbackStream & EventAsserts into EventStream by Zach Johnson · 5 years ago
  37. b8c9be8 Add event stream to cert/truth, and start using in AclManagerTest by Zach Johnson · 5 years ago
  38. 202cbe7 Add a truth module, to make cert asserts more fluent by Zach Johnson · 5 years ago
  39. e0b2fcc gd: l2cap Skip undefined options when parsing by Chris Manton · 5 years ago
  40. a30e4c4 ModuleRegistry: Delete Module after all are stopped by Hansong Zhang · 5 years ago
  41. 5c1f674 L2capTest: Fix cert device name by Hansong Zhang · 5 years ago
  42. 24f733f Register bond state change change callbacks in shim by Jakub Pawlowski · 5 years ago
  43. 372b59e5 Some simplifications to ControllerTest by Zach Johnson · 5 years ago
  44. 707c365 Merge "Wire Security UI callback for pin entry cases" by Treehugger Robot · 5 years ago
  45. bad14df Merge "SM: Fix cert test" by Treehugger Robot · 5 years ago
  46. d2b65c1 Wire Security UI callback for pin entry cases by Jakub Pawlowski · 5 years ago
  47. d8dc4f3 Fix logic bug in shim by Greg Kaiser · 5 years ago
  48. 3f1d0d4 Wire Security UI callbacks by Jakub Pawlowski · 5 years ago
  49. 6895048 SM: Fix cert test by Martin Brabham · 5 years ago
  50. 04b4562 Merge changes I29072204,Ica71783b by Treehugger Robot · 5 years ago
  51. 6a466e9 Merge "Simplify running cert tests and allow filtering, auto build" by Treehugger Robot · 5 years ago
  52. 648e6bb Fix ACL Manager start_round_robin logic and add log by Hansong Zhang · 5 years ago
  53. dd5ecae Merge "gd: Add l2cap pts cert test" by Treehugger Robot · 5 years ago
  54. a3362b7 Rename device_under_test and cert_device, to simpler more consistent names by Zach Johnson · 5 years ago
  55. 38089d6 Simplify cert test setup by Zach Johnson · 5 years ago
  56. e1e95be Simplify running cert tests and allow filtering, auto build by Zach Johnson · 5 years ago
  57. 7f8a923 gd: Add l2cap pts cert test by Chris Manton · 5 years ago
  58. ddd4783 Bonding: pass device_type into GD shim and guess the transport by Jakub Pawlowski · 5 years ago
  59. 873f24c L2CAP: Don't crash when receiving from unopened channel by Hansong Zhang · 5 years ago
  60. ccfe4de CertSelfTest: Fix test_l2cap_config_options by Hansong Zhang · 5 years ago
  61. 652aaf1 Merge "gd: Clean up acl after disconnect" by Treehugger Robot · 5 years ago
  62. 008dfce L2CAP: Use PDL to build cert config by Myles Watson · 5 years ago
  63. cfba918 PDL: Always default initialize members by Myles Watson · 5 years ago
  64. 3bc0d06 L2CAP: Always set the FCS type by Myles Watson · 5 years ago
  65. 66020b7 PDL Pybind: Add _reparsed struct by Myles Watson · 5 years ago
  66. 048b416 gd: Clean up acl after disconnect by Chris Manton · 5 years ago
  67. 8400383 Merge "Virtualenv: Check return value before popd" by Treehugger Robot · 5 years ago
  68. 13826c8 Security: Allow UI handlers in either order by Jakub Pawlowski · 5 years ago
  69. b3cfc1c Merge "SHIM: Plumb UI for security" by Martin Brabham · 5 years ago
  70. 3f628ea doc: Fixing broken link in README by Alain Michaud · 5 years ago
  71. f16846d Merge changes Idbae0672,I3b4e9294 by Treehugger Robot · 5 years ago
  72. 4c7c6bb Merge "Add functions to integrate the full spec of LDAC SNK" by Treehugger Robot · 5 years ago
  73. 3648eec AclManager: Unregister ACL Credit during Stop() by Hansong Zhang · 5 years ago
  74. 5f97454 Cert: Clean up some unused code by Hansong Zhang · 5 years ago
  75. 20d6e73 Merge "gd: l2cap classic fixed channel test" by Treehugger Robot · 5 years ago
  76. 924b8dd Merge "Remove C++ cert stack" by Treehugger Robot · 5 years ago
  77. 2805cf5 SHIM: Plumb UI for security by Martin Brabham · 5 years ago
  78. 87dc86d Virtualenv: Check return value before popd by Myles Watson · 5 years ago
  79. 0edbaa5 Remove C++ cert stack by Hansong Zhang · 5 years ago
  80. b76e932 Merge "Refactor of headless test to allow additional tests" by Treehugger Robot · 5 years ago
  81. 4e1d44a gd: l2cap classic fixed channel test by Chris Manton · 5 years ago
  82. 1d4def9 Merge "L2capTest: Migrate all remaining test cases" by Treehugger Robot · 5 years ago
  83. c69816f Merge "L2CAP: Add test for L2CAP 2/7 Support of command information response" by Treehugger Robot · 5 years ago
  84. 6b8e5a7 Merge "gd: Fix legacy storage test config file" by Treehugger Robot · 5 years ago
  85. eda8615 L2capTest: Migrate all remaining test cases by Hansong Zhang · 5 years ago
  86. f8cff67 Merge "gd: Clean up bluetooth_test_gd" by Treehugger Robot · 5 years ago
  87. 44c938c L2CAP: Add test for L2CAP 2/7 Support of command information response by Ted Wang · 5 years ago
  88. 41cc40f gd: Clean up bluetooth_test_gd by Chris Manton · 5 years ago
  89. 7cb8d94 L2capTest: Migrate more test cases by Hansong Zhang · 5 years ago
  90. a0709c4 Merge "L2CAP: Add test case for TSPC_L2CAP_2_7 Can Sent Reject" by Ted Wang · 5 years ago
  91. a94eadf Merge "L2capTest: Migrate basic ERTM test case" by Treehugger Robot · 5 years ago
  92. c3b5cce Add functions to integrate the full spec of LDAC SNK by Chisato Kenmochi · 6 years ago
  93. bc2e914 gd: Fix legacy storage test config file by Chris Manton · 5 years ago
  94. 64d5680 link manager test by Chris Manton · 5 years ago
  95. 52786bb L2capTest: Migrate basic ERTM test case by Hansong Zhang · 5 years ago
  96. 89c3340 Refactor of headless test to allow additional tests by Chris Manton · 5 years ago
  97. b8d16a3 Merge "Fix call order for BTM shim RegisterInquiryCallbacks" by Treehugger Robot · 5 years ago
  98. 947583d OH MY COD! Why is gabledorsche plural? by Zach Johnson · 5 years ago
  99. ad85723 Fix call order for BTM shim RegisterInquiryCallbacks by Jakub Pawlowski · 5 years ago
  100. d9869cb Merge changes Id1de1279,I4fb13f4b,I1f27fffa,I6f650623 by Treehugger Robot · 5 years ago