Home
last modified time | relevance | path

Searched refs:destroy (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_buf.h831 void (*const destroy)(struct net_buf *buf); member
847 .destroy = _destroy, \
856 .destroy = _destroy, \
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/
Dmesh_buf.c501 if (pool->destroy) { in net_buf_unref_debug()
502 pool->destroy(buf); in net_buf_unref_debug()