Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_buf.h191 void net_buf_simple_clone(const struct net_buf_simple *original,
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_core/
Dfriend.c406 net_buf_simple_clone(&buf->b, &sdu); in unseg_app_sdu_decrypt()
422 net_buf_simple_clone(&buf->b, &sdu); in unseg_app_sdu_encrypt()
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_common/
Dmesh_buf.c30 void net_buf_simple_clone(const struct net_buf_simple *original, in net_buf_simple_clone() function