Home
last modified time | relevance | path

Searched refs:bt_l2cap_chan_recv_complete (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/einprogress/src/
Ddut.c120 err = bt_l2cap_chan_recv_complete(&le_chan.chan, ack_buf); in entrypoint_dut()
/Zephyr-latest/doc/connectivity/bluetooth/api/
Dl2cap.rst18 :c:func:`bt_l2cap_chan_recv_complete` API if processing is asynchronous.
/Zephyr-latest/include/zephyr/bluetooth/
Dl2cap.h761 int bt_l2cap_chan_recv_complete(struct bt_l2cap_chan *chan,
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/credits/src/
Dmain.c258 bt_l2cap_chan_recv_complete(&test_ctx.le_chan.chan, test_ctx.rx_sdu); in test_peripheral_main()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dl2cap.c94 bt_l2cap_chan_recv_complete(&c->ch.chan, buf); in l2cap_recv_cb()
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_l2cap.c590 if (bt_l2cap_chan_recv_complete(&chan->le.chan, in credits()
/Zephyr-latest/subsys/bluetooth/host/
Dl2cap.c2401 int bt_l2cap_chan_recv_complete(struct bt_l2cap_chan *chan, struct net_buf *buf) in bt_l2cap_chan_recv_complete() function