You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: examples/tv-casting-app/android/App/app/src/main/jni/com/matter/casting/core/MatterCastingPlayerDiscovery.java
+14
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,13 @@
16
16
*/
17
17
packagecom.matter.casting.core;
18
18
19
+
importandroid.util.Log;
20
+
19
21
importcom.matter.casting.support.MatterError;
20
22
importjava.util.List;
21
23
24
+
importchip.devicecontroller.ChipDeviceController;
25
+
22
26
/**
23
27
* MatterCastingPlayerDiscovery provides an API to control Matter Casting Player discovery over
24
28
* DNS-SD, and to collect discovery results. This class provides methods to add and remove a
@@ -34,6 +38,16 @@ public static MatterCastingPlayerDiscovery getInstance() {
34
38
if (matterCastingPlayerDiscoveryInstance == null) {
0 commit comments