Searched refs:onClientCongestion (Results 1 – 2 of 2) sorted by relevance
180 void onClientCongestion(int connId, boolean congested) throws RemoteException { in onClientCongestion() method in GattNativeInterface181 getGattService().onClientCongestion(connId, congested); in onClientCongestion()
1821 void onClientCongestion(int connId, boolean congested) throws RemoteException { in onClientCongestion() method in GattService