Home
last modified time | relevance | path

Searched refs:auth_method (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-2.7.6/tests/bluetooth/tester/src/
Dmesh.c458 if (cmd->auth_method == AUTH_METHOD_OUTPUT) { in config_prov()
460 } else if (cmd->auth_method == AUTH_METHOD_INPUT) { in config_prov()
462 } else if (cmd->auth_method == AUTH_METHOD_STATIC) { in config_prov()
Dbttester.h915 uint8_t auth_method; member