wifidirectplugin 1.1.9 → 1.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -67,6 +67,7 @@ public class WifiDirectPlugin extends Plugin {
67
67
  @PluginMethod
68
68
  public void scanWifiPeers(PluginCall call) {
69
69
  String targetDeviceName = call.getString("deviceName"); // 앱에서 입력 받은 장치 이름
70
+ Log.d(TAG, "DeviceName: " + targetDeviceName);
70
71
  if(manager == null || channel == null) {
71
72
  Log.e(TAG, "WifiP2pManager or Channel is null");
72
73
  call.reject("WifiP2pManager or Channel not initialized");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wifidirectplugin",
3
- "version": "1.1.9",
3
+ "version": "1.2.1",
4
4
  "description": "HT-Installer Wifi Direct Plugin",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",