Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/btc/include/
Dbtc_ble_mesh_prov.h244 } close_settings_with_uid; member
/hal_espressif-latest/components/bt/esp_ble_mesh/api/core/
Desp_ble_mesh_networking_api.c690 strncpy(arg.close_settings_with_uid.uid, uid, ESP_BLE_MESH_SETTINGS_UID_SIZE); in esp_ble_mesh_provisioner_close_settings_with_uid()
691 arg.close_settings_with_uid.erase = erase; in esp_ble_mesh_provisioner_close_settings_with_uid()
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_prov.c2152 arg->close_settings_with_uid.uid, ESP_BLE_MESH_SETTINGS_UID_SIZE + 1); in btc_ble_mesh_prov_call_handler()
2154 bt_mesh_provisioner_close_settings_with_uid(arg->close_settings_with_uid.uid, in btc_ble_mesh_prov_call_handler()
2155 arg->close_settings_with_uid.erase, in btc_ble_mesh_prov_call_handler()