Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm_channel.c842 uint8_t newCredit = channel->localCreditMax - channel->localCredit; in RfcommSendCachePkt() local
843 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()