Searched refs:bt_buf_destroy_view (Results 1 – 5 of 5) sorted by relevance
13 FAKE(bt_buf_destroy_view)18 DECLARE_FAKE_VOID_FUNC(bt_buf_destroy_view, struct net_buf *, struct bt_buf_view_meta *);
14 DEFINE_FAKE_VOID_FUNC(bt_buf_destroy_view, struct net_buf *, struct bt_buf_view_meta *);
83 void bt_buf_destroy_view(struct net_buf *view, struct bt_buf_view_meta *meta);
238 void bt_buf_destroy_view(struct net_buf *view, struct bt_buf_view_meta *meta) in bt_buf_destroy_view() function
140 bt_buf_destroy_view(frag, &get_frag_md(frag)->view_meta); in frag_destroy()