mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
WIFI Direct implementation (3)
Part 3: BWU and client interface part PiperOrigin-RevId: 498218241
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user