Searched refs:bt_l2cap_recv (Results 1 – 5 of 5) sorted by relevance
| /Zephyr-latest/tests/bluetooth/host/conn/mocks/ |
| D | l2cap_internal.h | 14 FAKE(bt_l2cap_recv) \ 21 DECLARE_FAKE_VOID_FUNC(bt_l2cap_recv, struct bt_conn *, struct net_buf *, bool);
|
| D | l2cap_internal.c | 12 DEFINE_FAKE_VOID_FUNC(bt_l2cap_recv, struct bt_conn *, struct net_buf *, bool);
|
| /Zephyr-latest/subsys/bluetooth/host/ |
| D | l2cap_internal.h | 219 void bt_l2cap_recv(struct bt_conn *conn, struct net_buf *buf, bool complete);
|
| D | conn.c | 421 bt_l2cap_recv(conn, conn->rx, false); in bt_acl_recv() 477 bt_l2cap_recv(conn, buf, true); in bt_acl_recv()
|
| D | l2cap.c | 2728 void bt_l2cap_recv(struct bt_conn *conn, struct net_buf *buf, bool complete) in bt_l2cap_recv() function
|