Searched refs:reply_boolean (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/ |
D | py_security.py | 153 def accept_pairing(self, cert_address, reply_boolean): argument 161 def accept_oob_pairing(self, cert_address, reply_boolean): argument 192 …cert_address=cert_address, reply_boolean=True, expected_ui_event=UiMsgType.DISPLAY_PIN_ENTRY, pin=… 194 def on_user_input(self, cert_address, reply_boolean, expected_ui_event, pin=[]): argument 213 self.__send_ui_callback(cert_address, callback_type, reply_boolean, ui_id, pin)
|
/packages/modules/Bluetooth/system/blueberry/tests/gd/security/ |
D | cert_security.py | 297 def accept_pairing(self, dut_address, reply_boolean, expect_to_fail, on_responder_reply): argument 306 logging.info("Cert: Sending Simulated User Response '%s'" % reply_boolean) 307 if reply_boolean: 335 def on_user_input(self, dut_address, reply_boolean, expected_ui_event): argument
|