Searched refs:newCredit (Results 1 – 1 of 1) sorted by relevance
842 uint8_t newCredit = channel->localCreditMax - channel->localCredit; in RfcommSendCachePkt() local843 newCredit = (newCredit < MAX_ONCE_NEWCREDIT) ? newCredit : MAX_ONCE_NEWCREDIT; in RfcommSendCachePkt()844 channel->localCredit += newCredit; in RfcommSendCachePkt()848 RfcommSendUihData(session, channel->dlci, newCredit, pkt); in RfcommSendCachePkt()