Searched refs:alloc_seg (Results 1 – 4 of 4) sorted by relevance
316 struct net_buf *(*alloc_seg)(struct bt_l2cap_chan *chan); member
195 .alloc_seg = alloc_seg_cb,
1793 if (ch->chan.ops->alloc_seg) { in l2cap_alloc_seg()1794 seg = ch->chan.ops->alloc_seg(&ch->chan); in l2cap_alloc_seg()
471 application should register the `alloc_seg` channel callback and allocate from the same pool as