Searched refs:net_buf_simple_pull_le64 (Results 1 – 9 of 9) sorted by relevance
1649 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()
215 zassert_equal(u64, net_buf_simple_pull_le64(&buf), in ZTEST()
882 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()
451 id = net_buf_simple_pull_le64(buf); in handle_xfer_start()575 id = net_buf_simple_pull_le64(buf); in handle_xfer_cancel()
725 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()
284 blob_id = net_buf_simple_pull_le64(buf); in handle_start()
454 blob_id = net_buf_simple_pull_le64(buf); in handle_upload_start()
1221 info.id = net_buf_simple_pull_le64(buf); in handle_xfer_status()
593 uint64_t net_buf_simple_pull_le64(struct net_buf_simple *buf) in net_buf_simple_pull_le64() function