Home
last modified time | relevance | path

Searched refs:auth_reqs (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/
Dpy_security.py119 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/
Dsecurity_test.py67auth_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:
Dcert_security.py127 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/
Dclassic_pairing_handler_unittest.cc210 … 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()