mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-01 15:25:59 +00:00
More Filename fun.
This commit is contained in:
parent
41e125c916
commit
1abdefdc15
@ -159,7 +159,7 @@ public class NvConnection {
|
||||
|
||||
private void startSteamBigPicture() throws XmlPullParserException, IOException
|
||||
{
|
||||
NvHttp h = new NvHttp(host, "b0:ee:45:57:5d:5f");
|
||||
NvHTTP h = new NvHTTP(host, "b0:ee:45:57:5d:5f");
|
||||
|
||||
if (!h.getPairState())
|
||||
{
|
||||
|
@ -10,13 +10,13 @@ import org.xmlpull.v1.XmlPullParser;
|
||||
import org.xmlpull.v1.XmlPullParserException;
|
||||
import org.xmlpull.v1.XmlPullParserFactory;
|
||||
|
||||
public class NvHttp {
|
||||
public class NvHTTP {
|
||||
private String host;
|
||||
private String macAddress;
|
||||
|
||||
public static final int PORT = 47989;
|
||||
|
||||
public NvHttp(String host, String macAddress)
|
||||
public NvHTTP(String host, String macAddress)
|
||||
{
|
||||
this.host = host;
|
||||
this.macAddress = macAddress;
|
||||
|
Loading…
x
Reference in New Issue
Block a user