Searched refs:net_buf_simple_clone (Results  1 – 11 of 11) sorted by relevance
| /Zephyr-latest/subsys/bluetooth/host/ | 
| D | buf.c | 218 	net_buf_simple_clone(&parent->b, &view->b);  in bt_buf_make_view()
 | 
| /Zephyr-latest/tests/bluetooth/tester/src/audio/ | 
| D | btp_pbp.c | 89 	net_buf_simple_clone(ad, &ad_copy);  in pbp_scan_recv()
 | 
| /Zephyr-latest/tests/lib/net_buf/buf_simple/src/ | 
| D | main.c | 46 	net_buf_simple_clone(&buf, &clone);  in ZTEST()
 | 
| /Zephyr-latest/subsys/bluetooth/mesh/ | 
| D | friend.c | 423 	net_buf_simple_clone(&buf->b, &in);  in unseg_app_sdu_decrypt()428 	net_buf_simple_clone(&in, &out);  in unseg_app_sdu_decrypt()
 441 	net_buf_simple_clone(&buf->b, &sdu);  in unseg_app_sdu_encrypt()
 
 | 
| /Zephyr-latest/samples/bluetooth/cap_acceptor/src/ | 
| D | cap_acceptor_broadcast.c | 700 			net_buf_simple_clone(ad, &buf_copy);  in broadcast_scan_recv()
 | 
| /Zephyr-latest/lib/net_buf/ | 
| D | buf_simple.c | 50 void net_buf_simple_clone(const struct net_buf_simple *original,  in net_buf_simple_clone()  function
 | 
| /Zephyr-latest/samples/bluetooth/bap_broadcast_sink/src/ | 
| D | main.c | 775 			net_buf_simple_clone(ad, &buf_copy);  in broadcast_scan_recv()
 | 
| /Zephyr-latest/include/zephyr/ | 
| D | net_buf.h | 188 void net_buf_simple_clone(const struct net_buf_simple *original,
 | 
| /Zephyr-latest/subsys/bluetooth/audio/ | 
| D | mcc.c | 3381 	net_buf_simple_clone(buff, &tmp_buf);  in decode_track_segments()3556 	net_buf_simple_clone(buff, &tmp_buf);  in decode_group()
 
 | 
| D | bap_unicast_client.c | 1668 	net_buf_simple_clone(buf, &buf_clone);  in unicast_client_ase_ntf_read_func()
 | 
| /Zephyr-latest/subsys/bluetooth/host/shell/ | 
| D | bt.c | 529 		net_buf_simple_clone(buf, &buf_copy);  in passes_scan_filter()552 		net_buf_simple_clone(buf, &buf_copy);  in scan_recv()
 
 |