Searched refs:alloc_buf (Results 1 – 16 of 16) sorted by relevance
/Zephyr-latest/include/zephyr/bluetooth/ |
D | l2cap.h | 378 struct net_buf *(*alloc_buf)(struct bt_l2cap_chan *chan); member
|
D | iso.h | 709 struct net_buf *(*alloc_buf)(struct bt_iso_chan *chan); member
|
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | avdtp_internal.h | 183 struct net_buf *(*alloc_buf)(struct bt_avdtp *session); member
|
D | sdp.c | 2162 session->rec_buf = chan->ops->alloc_buf(chan); in sdp_client_connected() 2193 .alloc_buf = sdp_client_alloc_buf,
|
D | a2dp.c | 883 .alloc_buf = a2dp_alloc_buf,
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/dut/src/ |
D | main.c | 87 .alloc_buf = alloc_buf_cb,
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/userdata/src/ |
D | main_l2cap_userdata.c | 67 .alloc_buf = alloc_buf_cb,
|
/Zephyr-latest/subsys/bluetooth/services/ots/ |
D | ots_l2cap.c | 157 .alloc_buf = l2cap_alloc_buf,
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/credits/src/ |
D | main.c | 134 .alloc_buf = alloc_buf_cb,
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/many_conns/src/ |
D | main.c | 137 .alloc_buf = alloc_buf_cb,
|
/Zephyr-latest/subsys/bluetooth/host/classic/shell/ |
D | bredr.c | 245 .alloc_buf = l2cap_alloc_buf,
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/stress/src/ |
D | main.c | 179 .alloc_buf = alloc_buf_cb,
|
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | l2cap.c | 164 .alloc_buf = l2cap_alloc_buf,
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/general/src/ |
D | main_l2cap_ecred.c | 194 .alloc_buf = chan_alloc_buf_cb,
|
/Zephyr-latest/tests/bluetooth/tester/src/ |
D | btp_l2cap.c | 203 .alloc_buf = alloc_buf_cb,
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | l2cap.c | 1238 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()
|