Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_buf.h1574 #define net_buf_headroom(buf) net_buf_simple_headroom(&(buf)->b) macro
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dnet.c922 tx->src, tx->ctx->addr, buf->len, net_buf_headroom(buf), in bt_mesh_net_send()