D | py_security.py | 156 def accept_pairing(self, cert_address, reply_boolean): argument 164 def accept_oob_pairing(self, cert_address, reply_boolean): argument 172 def wait_for_passkey(self, cert_address): argument 189 def input_pin(self, cert_address, pin): argument 195 …cert_address=cert_address, reply_boolean=True, expected_ui_event=UiMsgType.DISPLAY_PIN_ENTRY, pin=… 197 def on_user_input(self, cert_address, reply_boolean, expected_ui_event, pin=[]): argument 216 self.__send_ui_callback(cert_address, callback_type, reply_boolean, ui_id, pin)
|