Home | History | Annotate | Download | only in src

Lines Matching refs:nDuration

704    uint32_t nDuration = 0;
736 /* NOTE: nDuration is in 1/100s, and timer system takes values in 1/1000s */
740 nDuration = Llcp->sRemoteParams.lto * 10;
750 nDuration = 1;
758 nDuration = (Llcp->sLocalParams.lto * 10) / 2;
762 LLCP_DEBUG("Starting LLCP timer with duration %d", nDuration);
767 nDuration,