Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/host/conn/mocks/
Dl2cap_internal.h14 FAKE(bt_l2cap_recv) \
21 DECLARE_FAKE_VOID_FUNC(bt_l2cap_recv, struct bt_conn *, struct net_buf *, bool);
Dl2cap_internal.c12 DEFINE_FAKE_VOID_FUNC(bt_l2cap_recv, struct bt_conn *, struct net_buf *, bool);
/Zephyr-latest/subsys/bluetooth/host/
Dl2cap_internal.h219 void bt_l2cap_recv(struct bt_conn *conn, struct net_buf *buf, bool complete);
Dconn.c420 bt_l2cap_recv(conn, conn->rx, false); in bt_acl_recv()
476 bt_l2cap_recv(conn, buf, true); in bt_acl_recv()
Dl2cap.c2723 void bt_l2cap_recv(struct bt_conn *conn, struct net_buf *buf, bool complete) in bt_l2cap_recv() function