Searched refs:auth_reqs (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/ |
D | py_security.py | 119 def set_authentication_requirements(self, auth_reqs): argument 124 auth_reqs, "ERROR")) 125 …ce.security.SetAuthenticationRequirements(AuthenticationRequirementsMessage(requirement=auth_reqs))
|
/packages/modules/Bluetooth/system/blueberry/tests/gd/security/ |
D | security_test.py | 67 …auth_reqs = (AuthenticationRequirements.NO_BONDING, AuthenticationRequirements.NO_BONDING_MITM_PRO… variable in SecurityTest 265 test_count = len(self.io_capabilities) * len(self.auth_reqs) * len(self.oob_present) * len( 266 self.io_capabilities) * len(self.auth_reqs) * len(self.oob_present) 270 for dut_auth_reqs in self.auth_reqs: 273 for cert_auth_reqs in self.auth_reqs:
|
D | cert_security.py | 127 def set_authentication_requirements(self, auth_reqs): argument 132 self._auth_reqs_name_lookup.get(auth_reqs, "ERROR")) 133 …self._auth_reqs = self._auth_req_lookup.get(auth_reqs, hci.AuthenticationRequirements.GENERAL_BOND…
|
/packages/modules/Bluetooth/system/gd/security/pairing/ |
D | classic_pairing_handler_unittest.cc | 210 … hci::OobDataPresent oob_present, hci::AuthenticationRequirements auth_reqs) { in ReceiveIoCapabilityResponse() argument 212 … hci::IoCapabilityResponseBuilder::Create(device.GetAddress(), io_cap, oob_present, auth_reqs)); in ReceiveIoCapabilityResponse()
|