Home | History | Annotate | Download | only in gatt

Lines Matching refs:isServer

306         public void startScan(int appIf, boolean isServer, ScanSettings settings,
310 service.startScan(appIf, isServer, settings, filters, storages);
313 public void stopScan(int appIf, boolean isServer) {
316 service.stopScan(new ScanClient(appIf, isServer));
320 public void flushPendingBatchResults(int appIf, boolean isServer) {
323 service.flushPendingBatchResults(appIf, isServer);
575 if (!client.isServer) {
1131 boolean isServer = false;
1132 flushPendingBatchResults(clientIf, isServer);
1309 void startScan(int appIf, boolean isServer, ScanSettings settings,
1316 mScanManager.startScan(new ScanClient(appIf, isServer, settings, filters, storages));
1319 void flushPendingBatchResults(int clientIf, boolean isServer) {
1321 ", isServer=" + isServer);
1322 mScanManager.flushBatchScanResults(new ScanClient(clientIf, isServer));