Searched refs:StopSync (Results 1 – 5 of 5) sorted by relevance
173 virtual void StopSync(uint16_t handle) = 0;
337 void StopSync(uint16_t handle) override {} in StopSync() function in __anon858df5630110::BleScannerInterfaceImpl
73 MOCK_METHOD1(StopSync, void(uint16_t));
220 void StopSync(uint16_t handle) { in StopSync() function in BleScannerInterfaceImpl
2265 sGattIf->scanner->StopSync(sync_handle); in stopSyncNative()