Searched defs:cert_address (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 169 def wait_for_passkey(self, cert_address): argument 186 def input_pin(self, cert_address, pin): argument 194 def on_user_input(self, cert_address, reply_boolean, expected_ui_event, pin=[]): argument
|
| D | py_l2cap.py | 75 def __init__(self, device, cert_address, has_security=False): argument 179 def __init__(self, device, cert_address, psm, l2cap_stream): argument 205 def __init__(self, grpc_response_future, device, cert_address, psm, le_l2cap_stream): argument 235 def register_coc(self, cert_address, psm=0x33, security_level=SecurityLevel.NO_SECURITY): argument 240 def connect_coc_to_cert(self, cert_address, psm=0x33): argument
|