Searched refs:net_buf_simple_clone (Results 1 – 10 of 10) sorted by relevance
/Zephyr-latest/subsys/bluetooth/host/ |
D | buf.c | 216 net_buf_simple_clone(&parent->b, &view->b); in bt_buf_make_view()
|
/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 | 697 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/include/zephyr/ |
D | net_buf.h | 188 void net_buf_simple_clone(const struct net_buf_simple *original,
|
/Zephyr-latest/samples/bluetooth/bap_broadcast_sink/src/ |
D | main.c | 1206 net_buf_simple_clone(ad, &buf_copy); in broadcast_scan_recv()
|
/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 | 526 net_buf_simple_clone(buf, &buf_copy); in passes_scan_filter() 549 net_buf_simple_clone(buf, &buf_copy); in scan_recv()
|