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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DScanClient.java47 ScanClient(int appIf, boolean isServer) { argument
48 this(appIf, isServer, new UUID[0], DEFAULT_SCAN_SETTINGS, null, null);
51 ScanClient(int appIf, boolean isServer, UUID[] uuids) { argument
52 this(appIf, isServer, uuids, DEFAULT_SCAN_SETTINGS, null, null);
55 ScanClient(int appIf, boolean isServer, ScanSettings settings, argument
57 this(appIf, isServer, new UUID[0], settings, filters, null);
60 ScanClient(int appIf, boolean isServer, ScanSettings settings, argument
62 this(appIf, isServer, new UUID[0], settings, filters, storages);
65 private ScanClient(int appIf, boolean isServer, UUID[] uuids, ScanSettings settings, argument
67 this.clientIf = appIf;
[all...]
H A DGattService.java225 public ClientDeathRecipient(int appIf) { argument
226 mAppIf = appIf;
262 public ServerDeathRecipient(int appIf) { argument
263 mAppIf = appIf;
312 public void startScan(int appIf, boolean isServer, ScanSettings settings, argument
316 service.startScan(appIf, isServer, settings, filters, storages, callingPackage);
319 public void stopScan(int appIf, boolean isServer) { argument
322 service.stopScan(new ScanClient(appIf, isServer));
326 public void flushPendingBatchResults(int appIf, boolean isServer) { argument
329 service.flushPendingBatchResults(appIf, isServe
1373 startScan(int appIf, boolean isServer, ScanSettings settings, List<ScanFilter> filters, List<List<ResultStorageDescriptor>> storages, String callingPackage) argument
[all...]

Completed in 105 milliseconds