-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tv-casting-app: Synchronizing on the use of NsdManager.resolveService…
…() (#23549) * tv-casting-app: Synchronizing on the use of NsdManager.resolveService() * Making AppParameters.discriminator private
- Loading branch information
1 parent
2075b45
commit 599ad3b
Showing
12 changed files
with
157 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 2 additions & 6 deletions
8
...sting-app/android/App/app/src/main/java/com/chip/casting/util/GlobalCastingConstants.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,8 @@ | ||
package com.chip.casting.util; | ||
|
||
import java.util.Arrays; | ||
import java.util.List; | ||
|
||
public class GlobalCastingConstants { | ||
public static final String CommissionerServiceType = "_matterd._udp."; | ||
public static final int CommissioningWindowDurationSecs = 3 * 60; | ||
public static int SetupPasscode = 20202021; | ||
public static int Discriminator = 0xF00; | ||
public static List<Long> CommissionerDeviceTypeFilter = Arrays.asList(35L); // Video player = 35 | ||
public static final int SetupPasscode = 20202021; | ||
public static final int Discriminator = 0xF00; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.