Home
last modified time | relevance | path

Searched refs:net_buf_simple_init (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dproxy_client.c762 net_buf_simple_init(&msg, 1); in bt_mesh_proxy_client_relay()
781 net_buf_simple_init(&buf, 1); in beacon_send()
Daccess.c717 net_buf_simple_init(msg, 0); in bt_mesh_model_msg_init()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_buf.h145 static inline void net_buf_simple_init(struct net_buf_simple *buf, in net_buf_simple_init() function