Searched defs:p2p (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pInfo.java17 package android.net.wifi.p2p;
26 * A class representing connection information about a Wi-Fi p2p group
32 /** Indicates if a p2p group has been successfully formed */
H A DWifiP2pDeviceList.java17 package android.net.wifi.p2p;
21 import android.net.wifi.p2p.WifiP2pDevice;
H A DWifiP2pConfig.java17 package android.net.wifi.p2p;
31 * The device MAC address uniquely identifies a Wi-Fi p2p device
H A DWifiP2pGroup.java17 package android.net.wifi.p2p;
57 * P2P-GROUP-STARTED p2p-wlan0-0 [client|GO] ssid="DIRECT-W8" freq=2437
61 * P2P-GROUP-REMOVED p2p-wlan0-0 [client|GO] reason=REQUESTED
121 * the p2p group using the network name.
132 /** Check whether this device is the group owner of the created p2p group */
175 /** Get the list of clients currently part of the p2p group */
H A DWifiP2pDevice.java17 package android.net.wifi.p2p;
26 * A class representing a Wi-Fi p2p device
35 * The device name is a user friendly string to identify a Wi-Fi p2p device
40 * The device MAC address uniquely identifies a Wi-Fi p2p device
126 * pri_dev_type=1-0050F204-1 name='p2p-TEST1' config_methods=0x188 dev_capab=0x27
134 * pri_dev_type=1-0050F204-1 name='p2p-TEST2' config_methods=0x188 dev_capab=0x27
138 * pri_dev_type=1-0050F204-1 name='p2p-TEST2' config_methods=0x188 dev_capab=0x27
142 * pri_dev_type=1-0050F204-1 name='p2p-TEST2' config_methods=0x188 dev_capab=0x27
H A DWifiP2pManager.java17 package android.net.wifi.p2p;
43 * When a p2p connection is formed over wifi, the device continues to maintain the uplink
48 * {@link #initialize} before doing any p2p operation.
59 * or forms a p2p group. The {@link ActionListener} callbacks provide feedback on whether the
70 * Wi-Fi devices that do not support p2p, an app can create a group using {@link #createGroup}
77 * if the current device is a p2p group owner. A p2p client can thus communicate with
78 * the p2p group owner through a socket connection.
102 * Broadcast intent action to indicate whether Wi-Fi p2p is enabled or disabled. An
109 "android.net.wifi.p2p
[all...]
H A DWifiP2pService.java17 package android.net.wifi.p2p;
73 * WifiP2pService inclues a state machine to perform Wi-Fi p2p operations. Applications
78 * Note that the term Wifi when used without a p2p suffix refers to the client mode
95 //during p2p bring up
113 * Number of times we attempt to restart p2p
121 /* Message sent to WifiStateMachine to indicate p2p enable is pending */
129 /* User accepted to disable Wi-Fi in order to enable p2p */
131 /* User rejected to disable Wi-Fi in order to enable p2p */
271 // Inactive is when p2p is enabled with no connectivity
348 // Disable p2p operatio
[all...]

Completed in 116 milliseconds