Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_l2cap.c41 unsigned int pending_credits; member
73 chan->pending_credits++; in seg_recv_cb()
581 if (chan->pending_credits) { in credits()
582 if (bt_l2cap_chan_give_credits(&chan->le.chan, chan->pending_credits) < 0) { in credits()
586 chan->pending_credits = 0; in credits()