Searched refs:flushPendingBatchResults (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java373 public void flushPendingBatchResults(int appIf, boolean isServer) { method in class:GattService.BluetoothGattBinder
376 service.flushPendingBatchResults(appIf, isServer);
1085 flushPendingBatchResults(clientIf, isServer);
1336 void flushPendingBatchResults(int clientIf, boolean isServer) { method in class:GattService
1337 if (DBG) Log.d(TAG, "flushPendingBatchResults - clientIf=" + clientIf +

Completed in 40 milliseconds