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/ |
D | mesh_buf.h | 735 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/ |
D | proxy_server.c | 274 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()
|
D | friend.c | 584 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()
|
D | proxy_client.c | 898 net_buf_simple_reserve(buf, 10); in send_proxy_cfg()
|
D | prov.c | 562 net_buf_simple_reserve(buf, PROV_BUF_HEADROOM); in prov_buf_init()
|
D | provisioner_prov.c | 1660 net_buf_simple_reserve(buf, PROV_BUF_HEADROOM);
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/ |
D | mesh_buf.c | 395 void net_buf_simple_reserve(struct net_buf_simple *buf, size_t reserve) in net_buf_simple_reserve() function
|