Home | History | Annotate | Download | only in aware

Lines Matching refs:peer

209      * an unencrypted WiFi Aware connection (link) to the specified peer. The
213 * This API is targeted for applications which can obtain the peer MAC address using OOB
214 * (out-of-band) discovery. Aware discovery does not provide the MAC address of the peer -
224 * @param peer The MAC address of the peer's Aware discovery interface. On a RESPONDER this
226 * peer.
235 @WifiAwareManager.DataPathRole int role, @NonNull byte[] peer) {
245 return mgr.createNetworkSpecifier(mClientId, role, peer, null, null);
250 * an encrypted WiFi Aware connection (link) to the specified peer. The
254 * This API is targeted for applications which can obtain the peer MAC address using OOB
255 * (out-of-band) discovery. Aware discovery does not provide the MAC address of the peer -
262 * @param peer The MAC address of the peer's Aware discovery interface. On a RESPONDER this
264 * peer.
276 @WifiAwareManager.DataPathRole int role, @NonNull byte[] peer,
291 return mgr.createNetworkSpecifier(mClientId, role, peer, null, passphrase);
296 * an encrypted WiFi Aware connection (link) to the specified peer. The
300 * This API is targeted for applications which can obtain the peer MAC address using OOB
301 * (out-of-band) discovery. Aware discovery does not provide the MAC address of the peer -
308 * @param peer The MAC address of the peer's Aware discovery interface. On a RESPONDER this
310 * peer.
327 @WifiAwareManager.DataPathRole int role, @NonNull byte[] peer, @NonNull byte[] pmk) {
340 return mgr.createNetworkSpecifier(mClientId, role, peer, pmk, null);