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