Searched refs:reply_boolean (Results 1 – 2 of 2) sorted by relevance
/system/bt/gd/cert/ |
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 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)
|
/system/bt/gd/security/cert/ |
D | cert_security.py | 292 def accept_pairing(self, dut_address, reply_boolean): argument 303 logging.info("Cert: Sending Simulated User Response '%s'" % reply_boolean) 304 if reply_boolean: 329 def on_user_input(self, dut_address, reply_boolean, expected_ui_event): argument
|