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

Commit 97a1a10c authored by Jack He's avatar Jack He
Browse files

Cert: Use correct argument name

Bug: 307877650
Test: Test: m bluetooth_stack_with_facade && gd/cert/run --clean SecurityTest
Change-Id: I7dd47643a37f1c2035a9c7e1ce0d9c3f6c0d84ec
parent b6798418
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -233,7 +233,7 @@ class CertSecurity(PySecurity):
        self._enqueue_hci_command(
            hci.SendKeypressNotification(bd_addr=peer, notification_type=hci.KeypressNotificationType.ENTRY_COMPLETED),
            True)
        self._enqueue_hci_command(hci.UserPasskeyRequestReply(bd_addr=peer, numerical_value=passkey), True)
        self._enqueue_hci_command(hci.UserPasskeyRequestReply(bd_addr=peer, numeric_value=passkey), True)

    def input_pin(self, address, pin):
        """