Home | History | Annotate | Download | only in gatt

Lines Matching refs:congested

1220     void onClientCongestion(int connId, boolean congested) throws RemoteException {
1221 if (VDBG) Log.d(TAG, "onClientCongestion() - connId=" + connId + ", congested=" + congested);
1226 app.isCongested = congested;
1857 void onServerCongestion(int connId, boolean congested) throws RemoteException {
1858 if (DBG) Log.d(TAG, "onServerCongestion() - connId=" + connId + ", congested=" + congested);
1863 app.isCongested = congested;