Searched refs:buf_copy (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/drivers/spi/ |
D | spi_handlers.c | 15 struct spi_buf *buf_copy, in copy_and_check() argument 33 bufs->buffers = memcpy(buf_copy, in copy_and_check()
|
/Zephyr-latest/drivers/flash/ |
D | flash_shell.c | 603 uint32_t buf_copy = MIN(to_copy, flash_load_buf_size - flash_load_boff); in bypass_cb() local 605 memcpy(flash_load_buf + flash_load_boff, recv + copied, buf_copy); in bypass_cb() 607 flash_load_boff += buf_copy; in bypass_cb() 608 copied += buf_copy; in bypass_cb()
|
/Zephyr-latest/samples/bluetooth/cap_acceptor/src/ |
D | cap_acceptor_broadcast.c | 697 struct net_buf_simple buf_copy; in broadcast_scan_recv() local 700 net_buf_simple_clone(ad, &buf_copy); in broadcast_scan_recv() 701 bt_data_parse(&buf_copy, data_cb, name); in broadcast_scan_recv()
|
/Zephyr-latest/samples/bluetooth/bap_broadcast_sink/src/ |
D | main.c | 773 struct net_buf_simple buf_copy; in broadcast_scan_recv() local 775 net_buf_simple_clone(ad, &buf_copy); in broadcast_scan_recv() 776 bt_data_parse(&buf_copy, data_cb, &device_found); in broadcast_scan_recv()
|
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | bt.c | 525 struct net_buf_simple buf_copy; in passes_scan_filter() local 529 net_buf_simple_clone(buf, &buf_copy); in passes_scan_filter() 530 bt_data_parse(&buf_copy, data_cb, name); in passes_scan_filter() 544 struct net_buf_simple buf_copy; in scan_recv() local 552 net_buf_simple_clone(buf, &buf_copy); in scan_recv() 578 bt_data_parse(&buf_copy, data_verbose_cb, NULL); in scan_recv()
|