Home
last modified time | relevance | path

Searched refs:__buf (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_buf.h60 .__buf = net_buf_data_##_name, \
79 .__buf = net_buf_data_##_name, \
108 uint8_t *__buf; member
133 .buf.__buf = NULL, \
148 if (!buf->__buf) { in net_buf_simple_init()
149 buf->__buf = (uint8_t *)buf + sizeof(*buf); in net_buf_simple_init()
152 buf->data = buf->__buf + reserve_head; in net_buf_simple_init()
178 buf->data = buf->__buf; in net_buf_simple_reset()
723 buf->data = buf->__buf + state->offset; in net_buf_simple_restore()
791 uint8_t *__buf; member
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/
Dmesh_buf.c370 return buf->data - buf->__buf; in net_buf_simple_headroom()
389 buf->__buf = data; in net_buf_simple_init_with_data()
401 buf->data = buf->__buf + reserve; in net_buf_simple_reserve()
580 buf->__buf = data_alloc(buf, &size, timeout); in net_buf_alloc_len_debug()
581 if (!buf->__buf) { in net_buf_alloc_len_debug()
587 buf->__buf = NULL; in net_buf_alloc_len_debug()
Dmesh_common.c63 buf->__buf = data; in bt_mesh_alloc_buf()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dproxy_client.c977 server->buf.__buf = server_buf_data + (i * SERVER_BUF_SIZE); in bt_mesh_proxy_client_init()
Dtransport.c1890 seg_rx[i].buf.__buf = (seg_rx_buf_data +
1892 seg_rx[i].buf.data = seg_rx[i].buf.__buf;
Dproxy_server.c1462 client->buf.__buf = client_buf_data + (i * CLIENT_BUF_SIZE); in bt_mesh_proxy_server_init()
Dprovisioner_prov.c3317 adv->buf.__buf = adv_buf_data + (i * ADV_BUF_SIZE);