Loading system/gd/hci/cert/direct_hci_test.py +10 −4 Original line number Original line Diff line number Diff line Loading @@ -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) Loading Loading @@ -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 Loading Loading
system/gd/hci/cert/direct_hci_test.py +10 −4 Original line number Original line Diff line number Diff line Loading @@ -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) Loading Loading @@ -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 Loading