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

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

Completed in 49 milliseconds