Home
last modified time | relevance | path

Searched refs:net_buf_simple_pull_le64 (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_beacon.c1649 beacon.net_id = net_buf_simple_pull_le64(buf); in priv_scan_cb()
1651 beacon.pp_hash = net_buf_simple_pull_le64(buf); in priv_scan_cb()
1652 beacon.pp_random = net_buf_simple_pull_le64(buf); in priv_scan_cb()
1688 beac->ctx.net_id = net_buf_simple_pull_le64(buf); in proxy_adv_scan_all_cb()
1690 beac->ctx.enc.hash = net_buf_simple_pull_le64(buf); in proxy_adv_scan_all_cb()
1691 beac->ctx.enc.random = net_buf_simple_pull_le64(buf); in proxy_adv_scan_all_cb()
/Zephyr-latest/tests/lib/net_buf/buf_simple/src/
Dmain.c215 zassert_equal(u64, net_buf_simple_pull_le64(&buf), in ZTEST()
/Zephyr-latest/include/zephyr/
Dnet_buf.h882 uint64_t net_buf_simple_pull_le64(struct net_buf_simple *buf);
2469 return net_buf_simple_pull_le64(&buf->b); in net_buf_pull_le64()
/Zephyr-latest/subsys/bluetooth/mesh/
Dblob_srv.c451 id = net_buf_simple_pull_le64(buf); in handle_xfer_start()
575 id = net_buf_simple_pull_le64(buf); in handle_xfer_cancel()
Ddfu_cli.c725 rsp->blob_id = net_buf_simple_pull_le64(buf); in handle_status()
771 if (net_buf_simple_pull_le64(buf) != cli->xfer.blob.id) { in handle_status()
Ddfu_srv.c284 blob_id = net_buf_simple_pull_le64(buf); in handle_start()
Ddfd_srv.c454 blob_id = net_buf_simple_pull_le64(buf); in handle_upload_start()
Dblob_cli.c1221 info.id = net_buf_simple_pull_le64(buf); in handle_xfer_status()
/Zephyr-latest/lib/net_buf/
Dbuf_simple.c593 uint64_t net_buf_simple_pull_le64(struct net_buf_simple *buf) in net_buf_simple_pull_le64() function