Home
last modified time | relevance | path

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

/net/bluetooth/
Dl2cap_core.c54 static u16 le_max_credits = L2CAP_LE_MAX_CREDITS; variable
499 chan->rx_credits = le_max_credits; in l2cap_le_flowctl_init()
6625 if (chan->rx_credits >= (le_max_credits + 1) / 2) in l2cap_chan_le_send_credits()
6628 return_credits = le_max_credits - chan->rx_credits; in l2cap_chan_le_send_credits()
7542 &le_max_credits); in l2cap_init()