Add support for setMiracastMode

Usage is setMiracastMode(WifiP2pManager.MIRACAST_SOURCE) or
setMiracastMode(WifiP2pManager.MIRACAST_SINK) as an example.
Only available for internal use and can be called as long as
driver is active. P2p connection is not needed for it to be
called

Bug: 8493089
Change-Id: I1f87eaf3311212aae980077de26c05651a8cc811
This commit is contained in:
Irfan Sheriff
2013-03-28 10:15:44 -07:00
parent 39fb9cd9c2
commit 54824c9538

View File

@@ -26,5 +26,6 @@ import android.os.Messenger;
interface IWifiP2pManager interface IWifiP2pManager
{ {
Messenger getMessenger(); Messenger getMessenger();
void setMiracastMode(int mode);
} }