Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/examples/mesh/manual_networking/main/include/
Dmesh_light.h53 esp_err_t mesh_light_process(mesh_addr_t *from, uint8_t *buf, uint16_t len);
/hal_espressif-3.6.0/examples/mesh/internal_communication/main/include/
Dmesh_light.h53 esp_err_t mesh_light_process(mesh_addr_t *from, uint8_t *buf, uint16_t len);
/hal_espressif-3.6.0/examples/mesh/internal_communication/main/
Dmesh_light.c165 esp_err_t mesh_light_process(mesh_addr_t *from, uint8_t *buf, uint16_t len) in mesh_light_process() function
Dmesh_main.c155 mesh_light_process(&from, data.data, data.size); in esp_mesh_p2p_rx_main()
/hal_espressif-3.6.0/examples/mesh/manual_networking/main/
Dmesh_light.c168 esp_err_t mesh_light_process(mesh_addr_t *from, uint8_t *buf, uint16_t len) in mesh_light_process() function