Searched refs:isCongested (Results 1 – 2 of 2) sorted by relevance
1444 if (!app.isCongested) { in onWriteCharacteristic()1843 app.isCongested = congested; in onClientCongestion()1844 while (!app.isCongested) { in onClientCongestion()2787 if (!app.isCongested) { in onNotificationSent()2807 app.isCongested = congested; in onServerCongestion()2808 while (!app.isCongested) { in onServerCongestion()
87 public Boolean isCongested = false; field in ContextMap.App