Home
last modified time | relevance | path

Searched refs:bt_buf_has_view (Results 1 – 8 of 8) sorted by relevance

/Zephyr-4.1.0/tests/bluetooth/host/conn/mocks/
Dbuf_view.h11 #define BUF_VIEW_MOCKS_FFF_FAKES_LIST(FAKE) FAKE(bt_buf_has_view) \
15 DECLARE_FAKE_VALUE_FUNC(bool, bt_buf_has_view, const struct net_buf *);
Dbuf_view.c11 DEFINE_FAKE_VALUE_FUNC(bool, bt_buf_has_view, const struct net_buf *);
/Zephyr-4.1.0/subsys/bluetooth/host/
Dbuf_view.h68 bool bt_buf_has_view(const struct net_buf *parent);
Dbuf.c214 __ASSERT_NO_MSG(!bt_buf_has_view(parent)); in bt_buf_make_view()
255 bool bt_buf_has_view(const struct net_buf *parent) in bt_buf_has_view() function
Dconn.c153 __ASSERT_NO_MSG(!bt_buf_has_view(outside)); in get_data_frag()
663 if (bt_buf_has_view(buf)) { in send_buf()
Dl2cap.c928 if (bt_buf_has_view(pdu)) { in l2cap_data_pull()
Diso.c759 if (bt_buf_has_view(frag)) { in iso_data_pull()
/Zephyr-4.1.0/subsys/bluetooth/host/classic/
Dl2cap_br.c407 if (bt_buf_has_view(pdu)) { in l2cap_br_data_pull()