Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/include/zephyr/bluetooth/
Dl2cap.h316 struct net_buf *(*alloc_seg)(struct bt_l2cap_chan *chan); member
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/host/l2cap/stress/src/
Dmain.c195 .alloc_seg = alloc_seg_cb,
/Zephyr-Core-3.6.0/subsys/bluetooth/host/
Dl2cap.c1793 if (ch->chan.ops->alloc_seg) { in l2cap_alloc_seg()
1794 seg = ch->chan.ops->alloc_seg(&ch->chan); in l2cap_alloc_seg()
/Zephyr-Core-3.6.0/doc/releases/
Dmigration-guide-3.6.rst471 application should register the `alloc_seg` channel callback and allocate from the same pool as