Home
last modified time | relevance | path

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

/system/chre/chpp/include/chpp/
Dtransport.h368 size_t txAttempts; member
/system/chre/chpp/
Dtransport.c753 if (context->txStatus.txAttempts > 1) { in chppRegisterRxAck()
755 context->rxHeader.seq, context->txStatus.txAttempts - 1); in chppRegisterRxAck()
757 context->txStatus.txAttempts = 0; in chppRegisterRxAck()
1000 if (context->txStatus.txAttempts > CHPP_TRANSPORT_MAX_RETX && in chppTransportDoWork()
1012 context->txStatus.txAttempts++; in chppTransportDoWork()