Merge "p2p: mirgrate p2p into tethering modes" am: 05727ec32d am: 5cec9c17ec

am: 9940357dec

Change-Id: Ida50dff8604243871d3f93258ea75b45ae25877c
This commit is contained in:
Jimmy Chen
2019-10-17 23:19:13 -07:00
committed by android-build-merger

View File

@@ -472,6 +472,14 @@ public class ConnectivityManager {
@SystemApi
public static final int TETHERING_BLUETOOTH = 2;
/**
* Wifi P2p tethering type.
* Wifi P2p tethering is set through events automatically, and don't
* need to start from #startTethering(int, boolean, OnStartTetheringCallback).
* @hide
*/
public static final int TETHERING_WIFI_P2P = 3;
/**
* Extra used for communicating with the TetherService. Includes the type of tethering to
* enable if any.