Home
last modified time | relevance | path

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

/subsys/bluetooth/host/classic/
A Davdtp_internal.h181 struct net_buf *(*alloc_buf)(struct bt_avdtp *session); member
A Dgoep.c162 .alloc_buf = goep_rfcomm_alloc_buf,
461 .alloc_buf = goep_l2cap_alloc_buf,
A Dsdp.c2440 session->rec_buf = chan->ops->alloc_buf(chan); in sdp_client_connected()
2566 .alloc_buf = sdp_client_alloc_buf,
A Da2dp.c1017 .alloc_buf = a2dp_alloc_buf,
A Dobex.c35 if (!obex->_transport_ops || !obex->_transport_ops->alloc_buf) { in obex_alloc_buf()
40 buf = obex->_transport_ops->alloc_buf(obex, NULL); in obex_alloc_buf()
A Dl2cap_br.c5599 frag = chan->chan.ops->alloc_buf(&chan->chan); in l2cap_br_alloc_frag()
5625 br_chan->_sdu = br_chan->chan.ops->alloc_buf(&br_chan->chan); in bt_l2cap_br_recv_seg()
5907 if (br_chan->chan.ops->alloc_buf) { in bt_l2cap_br_ret_fc_i_recv()
/subsys/bluetooth/services/ots/
A Dots_l2cap.c157 .alloc_buf = l2cap_alloc_buf,
/subsys/bluetooth/host/shell/
A Dl2cap.c169 .alloc_buf = l2cap_alloc_buf,
/subsys/bluetooth/host/
A Dl2cap.c1282 if (!chan->chan.ops->alloc_buf && in l2cap_chan_rx_init()
2545 frag = chan->chan.ops->alloc_buf(&chan->chan); in l2cap_alloc_frag()
2732 if (chan->chan.ops->alloc_buf) { in l2cap_chan_le_recv()
2733 chan->_sdu = chan->chan.ops->alloc_buf(&chan->chan); in l2cap_chan_le_recv()
/subsys/bluetooth/host/classic/shell/
A Dbredr.c329 .alloc_buf = l2cap_alloc_buf,

Completed in 109 milliseconds