Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_buf.h735 void net_buf_simple_reserve(struct net_buf_simple *buf, size_t reserve);
999 #define net_buf_reserve(buf, reserve) net_buf_simple_reserve(&(buf)->b, reserve)
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dproxy_server.c274 net_buf_simple_reserve(buf, 10); in send_filter_status()
377 net_buf_simple_reserve(&buf, 1); in beacon_send()
1011 net_buf_simple_reserve(&msg, 1); in bt_mesh_proxy_server_relay()
Dfriend.c584 net_buf_simple_reserve(&sdu, 1); in encode_update()
602 net_buf_simple_reserve(&sdu, 1); in enqueue_sub_cfm()
914 net_buf_simple_reserve(&sdu, 1); in enqueue_offer()
Dproxy_client.c898 net_buf_simple_reserve(buf, 10); in send_proxy_cfg()
Dprov.c562 net_buf_simple_reserve(buf, PROV_BUF_HEADROOM); in prov_buf_init()
Dprovisioner_prov.c1660 net_buf_simple_reserve(buf, PROV_BUF_HEADROOM);
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/
Dmesh_buf.c395 void net_buf_simple_reserve(struct net_buf_simple *buf, size_t reserve) in net_buf_simple_reserve() function