Home
last modified time | relevance | path

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

/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/
H A Dproxy.c285 net_buf_simple_init(buf, 10); in send_filter_status()
379 net_buf_simple_init(buf, 1); in beacon_send()
503 net_buf_simple_init(client->buf, 0); in proxy_complete_pdu()
624 net_buf_simple_init(client->buf, 0); in proxy_connected()
656 net_buf_simple_init(buf, 0); in bt_mesh_proxy_get_buf()
892 net_buf_simple_init(msg, 1); in bt_mesh_proxy_relay()
H A Dprov.c250 net_buf_simple_init(rx_buf, 0); in reset_link()
477 net_buf_simple_init(buf, PROV_BUF_HEADROOM); in prov_buf_init()
894 net_buf_simple_init(buf, 0); in send_pub_key()
1228 net_buf_simple_init(link.rx.buf, 0); in link_open()
1618 net_buf_simple_init(rx_buf, 0); in bt_mesh_prov_init()
1631 net_buf_simple_init(rx_buf, 0); in bt_mesh_prov_reset_link()
H A Daccess.c181 net_buf_simple_init(sdu, 0); in publish_retransmit()
595 net_buf_simple_init(msg, 0); in bt_mesh_model_msg_init()
705 net_buf_simple_init(sdu, 0); in bt_mesh_model_publish()
H A Dfriend.c417 net_buf_simple_init(sdu, 1); in encode_update()
438 net_buf_simple_init(sdu, 1); in enqueue_sub_cfm()
741 net_buf_simple_init(sdu, 1); in enqueue_offer()
H A Dtransport.c608 net_buf_simple_init(sdu, 0); in sdu_recv()
644 net_buf_simple_init(sdu, 0); in sdu_recv()
1136 net_buf_simple_init(rx->buf, 0); in seg_rx_alloc()
H A Dshell.c779 net_buf_simple_init(msg, 0); in cmd_net_send()
935 net_buf_simple_init(comp, 0); in cmd_get_comp()
H A Dnet.c991 net_buf_simple_init(buf, 0); in net_decrypt()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/include/mesh/
H A Dglue.h203 static inline void net_buf_simple_init(struct os_mbuf *buf, in net_buf_simple_init() function