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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DPeriodicScanManager.java100 stopSync(callback);
193 void stopSync(IPeriodicAdvertisingCallback callback) { method in class:PeriodicScanManager
195 if (DBG) Log.d(TAG, "stopSync() " + binder);
199 Log.e(TAG, "stopSync() - no client found for callback");
207 Log.i(TAG, "stopSync() - not finished registration yet");

Completed in 50 milliseconds