Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/api/core/
Desp_ble_mesh_provisioning_api.c143 arg.input_string.string[sizeof(arg.input_string.string) - 1] = 0; in esp_ble_mesh_node_input_string()
144 strncpy(arg.input_string.string, string, sizeof(arg.input_string.string) - 1); in esp_ble_mesh_node_input_string()
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/include/
Dbtc_ble_mesh_prov.h112 } input_string; member
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_prov.c1868 param.node_prov_input_str_comp.err_code = bt_mesh_input_string(arg->input_string.string); in btc_ble_mesh_prov_call_handler()