Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dprovisioner_prov.c134 uint8_t auth_action; /* Choosen authentication action */ member
1704 uint8_t auth_method = 0U, auth_action = 0U, auth_size = 0U; local
1790 auth_action = 0x00;
1795 auth_action = 0x00;
1799 auth_action = (uint8_t)input_action;
1803 auth_action = (uint8_t)output_action;
1815 net_buf_simple_add_u8(&buf, auth_action);
1826 link[idx].auth_action = auth_action;
2200 link[idx].auth_action, link[idx].auth_size) < 0) {