Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/api/core/
Desp_ble_mesh_provisioning_api.c213 arg.provisioner_input_str.string[sizeof(arg.provisioner_input_str.string) - 1] = 0; in esp_ble_mesh_provisioner_input_string()
214 strncpy(arg.provisioner_input_str.string, string, sizeof(arg.provisioner_input_str.string) - 1); in esp_ble_mesh_provisioner_input_string()
215 arg.provisioner_input_str.link_idx = link_idx; in esp_ble_mesh_provisioner_input_string()
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/include/
Dbtc_ble_mesh_prov.h139 } provisioner_input_str; member
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_prov.c1931 bt_mesh_provisioner_set_oob_input_data(arg->provisioner_input_str.link_idx, in btc_ble_mesh_prov_call_handler()
1932 … (const uint8_t *)&arg->provisioner_input_str.string, in btc_ble_mesh_prov_call_handler()