Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/examples/protocols/esp_local_ctrl/main/
Desp_local_ctrl_service.c268 ESP_ERROR_CHECK(esp_local_ctrl_add_property(&timestamp)); in start_esp_local_ctrl_service()
269 ESP_ERROR_CHECK(esp_local_ctrl_add_property(&property1)); in start_esp_local_ctrl_service()
270 ESP_ERROR_CHECK(esp_local_ctrl_add_property(&property2)); in start_esp_local_ctrl_service()
271 ESP_ERROR_CHECK(esp_local_ctrl_add_property(&property3)); in start_esp_local_ctrl_service()
/hal_espressif-3.6.0/components/esp_local_ctrl/include/
Desp_local_ctrl.h321 esp_err_t esp_local_ctrl_add_property(const esp_local_ctrl_prop_t *prop);
/hal_espressif-3.6.0/components/esp_local_ctrl/src/
Desp_local_ctrl.c236 esp_err_t esp_local_ctrl_add_property(const esp_local_ctrl_prop_t *prop) in esp_local_ctrl_add_property() function
/hal_espressif-3.6.0/docs/en/api-reference/protocols/
Desp_local_ctrl.rst124 esp_local_ctrl_add_property(&timestamp);