WIFI Direct implementation (3)

Part 3: BWU and client interface part

PiperOrigin-RevId: 498218241
This commit is contained in:
hai007
2022-12-28 11:22:48 -08:00
committed by Copybara-Service
parent 88e350e5d2
commit 499b2691f4
23 changed files with 714 additions and 66 deletions
+3
View File
@@ -114,6 +114,9 @@ class BwuManager : public EndpointManager::FrameProcessor {
// ClientProxy objects are deleted.
void ShutdownExecutors();
// Check if BWU is on going for a specific Endpoint
bool IsUpgradeOngoing(const std::string& endpoint_id);
private:
static constexpr absl::Duration kReadClientIntroductionFrameTimeout =
absl::Seconds(5);