Searched refs:onServerCongestion (Results 1 – 2 of 2) sorted by relevance
267 void onServerCongestion(int connId, boolean congested) throws RemoteException { in onServerCongestion() method in GattNativeInterface268 getGattService().onServerCongestion(connId, congested); in onServerCongestion()
3084 void onServerCongestion(int connId, boolean congested) throws RemoteException { in onServerCongestion() method in GattService