Searched refs:isCongested (Results 1 – 2 of 2) sorted by relevance
1133 if (!app.isCongested) { in onWriteCharacteristic()1505 app.isCongested = congested; in onClientCongestion()1506 while(!app.isCongested) { in onClientCongestion()2305 if (!app.isCongested) { in onNotificationSent()2321 app.isCongested = congested; in onServerCongestion()2322 while(!app.isCongested) { in onServerCongestion()
87 Boolean isCongested = false; field in ContextMap.App