Searched refs:periodic_syncs_ (Results 1 – 1 of 1) sorted by relevance
99 if (periodic_syncs_.size() >= kMaxSyncTransactions) { in StartSync()111 periodic_syncs_.emplace_back(request); in StartSync()121 if (periodic_sync == periodic_syncs_.end()) { in StopSync()128 periodic_syncs_.erase(periodic_sync); in StopSync()137 if (periodic_sync == periodic_syncs_.end()) { in CancelCreateSync()154 periodic_syncs_.erase(periodic_sync); in CancelCreateSync()241 periodic_syncs_.erase(sync); in HandlePeriodicAdvertisingCreateSyncStatus()334 if (periodic_sync == periodic_syncs_.end()) { in HandleLePeriodicAdvertisingSyncEstablished()358 periodic_syncs_.erase(periodic_sync); in HandleLePeriodicAdvertisingSyncEstablished()379 if (periodic_sync == periodic_syncs_.end()) { in HandleLePeriodicAdvertisingReport()[all …]