Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattNativeInterface.java180 void onClientCongestion(int connId, boolean congested) throws RemoteException { in onClientCongestion() method in GattNativeInterface
181 getGattService().onClientCongestion(connId, congested); in onClientCongestion()
DGattService.java1821 void onClientCongestion(int connId, boolean congested) throws RemoteException { in onClientCongestion() method in GattService