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

Commit 246c23cb authored by Myles Watson's avatar Myles Watson
Browse files

AclManagerTest: Complete connection before sending data

Test: ./cert/run --host
Change-Id: I9793bf4748b5fbb8d9f798ef45777152e616181a
parent a50a06e9
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')