Loading system/gd/hci/cert/direct_hci_test.py +10 −4 Original line number Diff line number Diff line Loading @@ -500,8 +500,11 @@ class DirectHciTest(GdFacadeOnlyBaseTestClass): # DUT Connects self.enqueue_hci_command( hci_packets.CreateConnectionBuilder( address, 0x11, hci_packets.PageScanRepetitionMode.R0, 0x22, hci_packets.ClockOffsetValid.VALID, address, 0xcc18, # Packet Type hci_packets.PageScanRepetitionMode.R0, 0, hci_packets.ClockOffsetValid.INVALID, hci_packets.CreateConnectionRoleSwitch.ALLOW_ROLE_SWITCH), False) Loading Loading @@ -617,8 +620,11 @@ class DirectHciTest(GdFacadeOnlyBaseTestClass): # Cert Connects self.send_hal_hci_command( hci_packets.CreateConnectionBuilder( address, 0x11, hci_packets.PageScanRepetitionMode.R0, 0x22, hci_packets.ClockOffsetValid.VALID, address, 0xcc18, # Packet Type hci_packets.PageScanRepetitionMode.R0, 0, hci_packets.ClockOffsetValid.INVALID, hci_packets.CreateConnectionRoleSwitch.ALLOW_ROLE_SWITCH)) # DUT Accepts Loading Loading
system/gd/hci/cert/direct_hci_test.py +10 −4 Original line number Diff line number Diff line Loading @@ -500,8 +500,11 @@ class DirectHciTest(GdFacadeOnlyBaseTestClass): # DUT Connects self.enqueue_hci_command( hci_packets.CreateConnectionBuilder( address, 0x11, hci_packets.PageScanRepetitionMode.R0, 0x22, hci_packets.ClockOffsetValid.VALID, address, 0xcc18, # Packet Type hci_packets.PageScanRepetitionMode.R0, 0, hci_packets.ClockOffsetValid.INVALID, hci_packets.CreateConnectionRoleSwitch.ALLOW_ROLE_SWITCH), False) Loading Loading @@ -617,8 +620,11 @@ class DirectHciTest(GdFacadeOnlyBaseTestClass): # Cert Connects self.send_hal_hci_command( hci_packets.CreateConnectionBuilder( address, 0x11, hci_packets.PageScanRepetitionMode.R0, 0x22, hci_packets.ClockOffsetValid.VALID, address, 0xcc18, # Packet Type hci_packets.PageScanRepetitionMode.R0, 0, hci_packets.ClockOffsetValid.INVALID, hci_packets.CreateConnectionRoleSwitch.ALLOW_ROLE_SWITCH)) # DUT Accepts Loading