Home
last modified time | relevance | path

Searched refs:bt_buf_make_view (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/tests/bluetooth/host/conn/mocks/
Dbuf_view.h12 FAKE(bt_buf_make_view) \
16 DECLARE_FAKE_VALUE_FUNC(struct net_buf *, bt_buf_make_view, struct net_buf *, struct net_buf *,
Dbuf_view.c12 DEFINE_FAKE_VALUE_FUNC(struct net_buf *, bt_buf_make_view, struct net_buf *, struct net_buf *,
/Zephyr-latest/subsys/bluetooth/host/
Dbuf_view.h56 struct net_buf *bt_buf_make_view(struct net_buf *view,
Dbuf.c200 struct net_buf *bt_buf_make_view(struct net_buf *view, in bt_buf_make_view() function
Dconn.c160 window = bt_buf_make_view(window, outside, in get_data_frag()