diff --git a/mobile/src/main/java/be/mygod/vpnhotspot/net/WifiP2pManagerHelper.kt b/mobile/src/main/java/be/mygod/vpnhotspot/net/WifiP2pManagerHelper.kt index 42780e54..344113bb 100644 --- a/mobile/src/main/java/be/mygod/vpnhotspot/net/WifiP2pManagerHelper.kt +++ b/mobile/src/main/java/be/mygod/vpnhotspot/net/WifiP2pManagerHelper.kt @@ -10,17 +10,7 @@ import java.lang.reflect.Proxy import java.util.regex.Pattern object WifiP2pManagerHelper { - /** Interface for callback invocation when stored group info list is available {@hide} */ - interface PersistentGroupInfoListener { - /** - * The requested stored p2p group info list is available - * @param groups Wi-Fi p2p group info list - */ - fun onPersistentGroupInfoAvailable(groups: Collection) - } - - const val TAG = "WifiP2pManagerHelper" - const val TEMPORARY_NET_ID = -1 + private const val TAG = "WifiP2pManagerHelper" /** * Matches the output of dumpsys wifip2p. This part is available since Android 4.2.