Searched refs:net_buf_simple_pull_le64 (Results 1 – 8 of 8) sorted by relevance
180 zassert_equal(u64, net_buf_simple_pull_le64(&buf), in ZTEST()
782 uint64_t net_buf_simple_pull_le64(struct net_buf_simple *buf);2228 return net_buf_simple_pull_le64(&buf->b); in net_buf_pull_le64()
410 id = net_buf_simple_pull_le64(buf); in handle_xfer_start()534 id = net_buf_simple_pull_le64(buf); in handle_xfer_cancel()
707 rsp->blob_id = net_buf_simple_pull_le64(buf); in handle_status()753 if (net_buf_simple_pull_le64(buf) != cli->xfer.blob.id) { in handle_status()
279 blob_id = net_buf_simple_pull_le64(buf); in handle_start()
381 blob_id = net_buf_simple_pull_le64(buf); in handle_upload_start()
1222 info.id = net_buf_simple_pull_le64(buf); in handle_xfer_status()
515 uint64_t net_buf_simple_pull_le64(struct net_buf_simple *buf) in net_buf_simple_pull_le64() function