Searched refs:isCongested (Results 1 – 2 of 2) sorted by relevance
1730 if (!app.isCongested) { in onWriteCharacteristic()1827 app.isCongested = congested; in onClientCongestion()1828 while (!app.isCongested) { in onClientCongestion()3074 if (!app.isCongested) { in onNotificationSent()3092 app.isCongested = congested; in onServerCongestion()3093 while (!app.isCongested) { in onServerCongestion()
97 public Boolean isCongested = false; field in ContextMap.App