Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dprovisioner_prov.c133 uint8_t auth_method; /* Choosen authentication method */ member
1106 if (link[i].auth_method == AUTH_METHOD_STATIC) {
1704 uint8_t auth_method = 0U, auth_action = 0U, auth_size = 0U; local
1789 auth_method = AUTH_METHOD_STATIC;
1794 auth_method = AUTH_METHOD_NO_OOB;
1798 auth_method = AUTH_METHOD_INPUT;
1802 auth_method = AUTH_METHOD_OUTPUT;
1814 net_buf_simple_add_u8(&buf, auth_method);
1825 link[idx].auth_method = auth_method;
2199 if (prov_auth(idx, link[idx].auth_method,
[all …]