Home
last modified time | relevance | path

Searched refs:onServerCongestion (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattNativeInterface.java267 void onServerCongestion(int connId, boolean congested) throws RemoteException { in onServerCongestion() method in GattNativeInterface
268 getGattService().onServerCongestion(connId, congested); in onServerCongestion()
DGattService.java3084 void onServerCongestion(int connId, boolean congested) throws RemoteException { in onServerCongestion() method in GattService