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

Commit 53b0fb73 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

HCI: Connect without valid clock offsets am: dfb6bd70 am: aa15cdf2

Change-Id: I7ebad0b163b74e22cc2b0fb8b9fb36bcb593c635
parents a60bd914 aa15cdf2
Loading
Loading
Loading
Loading
+10 −4
Original line number Original line Diff line number Diff line
@@ -500,8 +500,11 @@ class DirectHciTest(GdFacadeOnlyBaseTestClass):
            # DUT Connects
            # DUT Connects
            self.enqueue_hci_command(
            self.enqueue_hci_command(
                hci_packets.CreateConnectionBuilder(
                hci_packets.CreateConnectionBuilder(
                    address, 0x11, hci_packets.PageScanRepetitionMode.R0, 0x22,
                    address,
                    hci_packets.ClockOffsetValid.VALID,
                    0xcc18,  # Packet Type
                    hci_packets.PageScanRepetitionMode.R0,
                    0,
                    hci_packets.ClockOffsetValid.INVALID,
                    hci_packets.CreateConnectionRoleSwitch.ALLOW_ROLE_SWITCH),
                    hci_packets.CreateConnectionRoleSwitch.ALLOW_ROLE_SWITCH),
                False)
                False)


@@ -617,8 +620,11 @@ class DirectHciTest(GdFacadeOnlyBaseTestClass):
            # Cert Connects
            # Cert Connects
            self.send_hal_hci_command(
            self.send_hal_hci_command(
                hci_packets.CreateConnectionBuilder(
                hci_packets.CreateConnectionBuilder(
                    address, 0x11, hci_packets.PageScanRepetitionMode.R0, 0x22,
                    address,
                    hci_packets.ClockOffsetValid.VALID,
                    0xcc18,  # Packet Type
                    hci_packets.PageScanRepetitionMode.R0,
                    0,
                    hci_packets.ClockOffsetValid.INVALID,
                    hci_packets.CreateConnectionRoleSwitch.ALLOW_ROLE_SWITCH))
                    hci_packets.CreateConnectionRoleSwitch.ALLOW_ROLE_SWITCH))


            # DUT Accepts
            # DUT Accepts