Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/
Dmesh_buf.c399 NET_BUF_DBG("buf %p reserve %zu", buf, reserve); in net_buf_simple_reserve()
456 NET_BUF_DBG("buf %p (old) ref %u pool %p", buf, buf->ref, buf->pool); in net_buf_ref()
481 NET_BUF_DBG("buf %p ref %u pool %p frags %p", buf, buf->ref, in net_buf_unref_debug()
496 NET_BUF_DBG("Unref, pool %p, avail_count %d, uninit_count %d", in net_buf_unref_debug()
549 NET_BUF_DBG("Alloc, pool %p, uninit_count %d, buf_count %d", in net_buf_alloc_len_debug()
577 NET_BUF_DBG("allocated buf %p", buf); in net_buf_alloc_len_debug()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_trace.h99 #define NET_BUF_DBG(fmt, args...) do {if ((BLE_MESH_NET_BUF_LOG_LEVEL >= BLE_MESH_LOG_LEVEL_DEBUG… macro
105 #define NET_BUF_DBG(fmt, args...)