Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java372 public void flushPendingBatchResults(int appIf, boolean isServer) { in flushPendingBatchResults() method in GattService.BluetoothGattBinder
375 service.flushPendingBatchResults(appIf, isServer); in flushPendingBatchResults()
1076 flushPendingBatchResults(clientIf, isServer); in onBatchScanThresholdCrossed()
1327 void flushPendingBatchResults(int clientIf, boolean isServer) { in flushPendingBatchResults() method in GattService