mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-01 23:35:28 +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
|
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())
|
if (!h.getPairState())
|
||||||
{
|
{
|
||||||
|
@ -10,13 +10,13 @@ import org.xmlpull.v1.XmlPullParser;
|
|||||||
import org.xmlpull.v1.XmlPullParserException;
|
import org.xmlpull.v1.XmlPullParserException;
|
||||||
import org.xmlpull.v1.XmlPullParserFactory;
|
import org.xmlpull.v1.XmlPullParserFactory;
|
||||||
|
|
||||||
public class NvHttp {
|
public class NvHTTP {
|
||||||
private String host;
|
private String host;
|
||||||
private String macAddress;
|
private String macAddress;
|
||||||
|
|
||||||
public static final int PORT = 47989;
|
public static final int PORT = 47989;
|
||||||
|
|
||||||
public NvHttp(String host, String macAddress)
|
public NvHTTP(String host, String macAddress)
|
||||||
{
|
{
|
||||||
this.host = host;
|
this.host = host;
|
||||||
this.macAddress = macAddress;
|
this.macAddress = macAddress;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user