Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 03e59d03 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "AclManagerTest: Complete connection before sending data" am: a9f2f53e

Change-Id: I0caec2f32c6692dfa67fd1ad0c2fa4a9b2f1e1b7
parents 3a0f91e2 a9f2f53e
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -79,10 +79,12 @@ class AclManagerTest(GdBaseTestClass):
        self.cert_hci.initiate_connection(dut_address)

        dut_acl = self.dut_acl_manager.accept_connection()

        cert_acl = self.cert_hci.complete_connection()

        dut_acl.send(
            b'\x29\x00\x07\x00This is just SomeMoreAclData from the DUT')

        cert_acl = self.cert_hci.complete_connection()
        cert_acl.send_first(
            b'\x26\x00\x07\x00This is just SomeAclData from the Cert')