Searched refs:isCongested (Results 1 – 2 of 2) sorted by relevance
1120 if (!app.isCongested) { in onWriteCharacteristic()1492 app.isCongested = congested; in onClientCongestion()1493 while(!app.isCongested) { in onClientCongestion()2289 if (!app.isCongested) { in onNotificationSent()2305 app.isCongested = congested; in onServerCongestion()2306 while(!app.isCongested) { in onServerCongestion()
87 Boolean isCongested = false; field in ContextMap.App