Home
last modified time | relevance | path

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

/linux-4.1.27/net/bluetooth/
Dl2cap_core.c53 static u16 le_max_credits = L2CAP_LE_MAX_CREDITS; variable
511 chan->rx_credits = le_max_credits; in l2cap_le_flowctl_init()
6663 if (chan->rx_credits >= (le_max_credits + 1) / 2) in l2cap_chan_le_send_credits()
6666 return_credits = le_max_credits - chan->rx_credits; in l2cap_chan_le_send_credits()
7607 &le_max_credits); in l2cap_init()