Searched refs:isCongested (Results 1 – 2 of 2) sorted by relevance
1448 if (!app.isCongested) { in onWriteCharacteristic()1847 app.isCongested = congested; in onClientCongestion()1848 while (!app.isCongested) { in onClientCongestion()2803 if (!app.isCongested) { in onNotificationSent()2823 app.isCongested = congested; in onServerCongestion()2824 while (!app.isCongested) { in onServerCongestion()
87 public Boolean isCongested = false; field in ContextMap.App