HomeSort by relevance Sort by last modified time
    Searched defs:flushPendingBatchResults (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/bluetooth/le/
BluetoothLeScanner.java 198 wrapper.flushPendingBatchResults();
295 void flushPendingBatchResults() {
302 mBluetoothGatt.flushPendingBatchResults(mClientIf, false);
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java 326 public void flushPendingBatchResults(int appIf, boolean isServer) {
329 service.flushPendingBatchResults(appIf, isServer);
    [all...]

Completed in 74 milliseconds