Searched refs:bt_l2cap_chan_recv_complete (Results 1 – 7 of 7) sorted by relevance
120 err = bt_l2cap_chan_recv_complete(&le_chan.chan, ack_buf); in entrypoint_dut()
18 :c:func:`bt_l2cap_chan_recv_complete` API if processing is asynchronous.
761 int bt_l2cap_chan_recv_complete(struct bt_l2cap_chan *chan,
258 bt_l2cap_chan_recv_complete(&test_ctx.le_chan.chan, test_ctx.rx_sdu); in test_peripheral_main()
94 bt_l2cap_chan_recv_complete(&c->ch.chan, buf); in l2cap_recv_cb()
590 if (bt_l2cap_chan_recv_complete(&chan->le.chan, in credits()
2401 int bt_l2cap_chan_recv_complete(struct bt_l2cap_chan *chan, struct net_buf *buf) in bt_l2cap_chan_recv_complete() function