Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/
Dl2cap.h378 struct net_buf *(*alloc_buf)(struct bt_l2cap_chan *chan); member
Diso.h709 struct net_buf *(*alloc_buf)(struct bt_iso_chan *chan); member
/Zephyr-latest/subsys/bluetooth/host/classic/
Davdtp_internal.h183 struct net_buf *(*alloc_buf)(struct bt_avdtp *session); member
Dsdp.c2162 session->rec_buf = chan->ops->alloc_buf(chan); in sdp_client_connected()
2193 .alloc_buf = sdp_client_alloc_buf,
Da2dp.c883 .alloc_buf = a2dp_alloc_buf,
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/dut/src/
Dmain.c87 .alloc_buf = alloc_buf_cb,
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/userdata/src/
Dmain_l2cap_userdata.c67 .alloc_buf = alloc_buf_cb,
/Zephyr-latest/subsys/bluetooth/services/ots/
Dots_l2cap.c157 .alloc_buf = l2cap_alloc_buf,
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/credits/src/
Dmain.c134 .alloc_buf = alloc_buf_cb,
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/many_conns/src/
Dmain.c137 .alloc_buf = alloc_buf_cb,
/Zephyr-latest/subsys/bluetooth/host/classic/shell/
Dbredr.c245 .alloc_buf = l2cap_alloc_buf,
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/stress/src/
Dmain.c179 .alloc_buf = alloc_buf_cb,
/Zephyr-latest/subsys/bluetooth/host/shell/
Dl2cap.c164 .alloc_buf = l2cap_alloc_buf,
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/general/src/
Dmain_l2cap_ecred.c194 .alloc_buf = chan_alloc_buf_cb,
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_l2cap.c203 .alloc_buf = alloc_buf_cb,
/Zephyr-latest/subsys/bluetooth/host/
Dl2cap.c1238 if (!chan->chan.ops->alloc_buf && in l2cap_chan_rx_init()
2433 frag = chan->chan.ops->alloc_buf(&chan->chan); in l2cap_alloc_frag()
2620 if (chan->chan.ops->alloc_buf) { in l2cap_chan_le_recv()
2621 chan->_sdu = chan->chan.ops->alloc_buf(&chan->chan); in l2cap_chan_le_recv()