Home
last modified time | relevance | path

Searched defs:congested (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_gatt.cpp365 void btgattc_congestion_cb(int conn_id, bool congested) { in btgattc_congestion_cb()
708 void btgatts_congestion_cb(int conn_id, bool congested) { in btgatts_congestion_cb()
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java1839 void onClientCongestion(int connId, boolean congested) throws RemoteException { in onClientCongestion()
2813 void onServerCongestion(int connId, boolean congested) throws RemoteException { in onServerCongestion()