Home
last modified time | relevance | path

Searched refs:owned_ref (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/
Dl2cap.c2573 struct net_buf *owned_ref; in l2cap_chan_le_recv() local
2647 owned_ref = net_buf_ref(buf); in l2cap_chan_le_recv()
2648 err = chan->chan.ops->recv(&chan->chan, owned_ref); in l2cap_chan_le_recv()
2650 net_buf_unref(owned_ref); in l2cap_chan_le_recv()
2651 owned_ref = NULL; in l2cap_chan_le_recv()