Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_l2cap.c44 struct net_buf *pending_credit; member
100 if (chan->hold_credit && !chan->pending_credit) { in recv_cb()
104 chan->pending_credit = buf; in recv_cb()
151 if (chan->pending_credit) { in disconnected_cb()
152 net_buf_unref(chan->pending_credit); in disconnected_cb()
153 chan->pending_credit = NULL; in disconnected_cb()
589 if (chan->pending_credit) { in credits()
591 chan->pending_credit) < 0) { in credits()
595 chan->pending_credit = NULL; in credits()