/external/libnfc-nci/src/nfa/include/ |
nfa_cho_api.h | 22 * This is the public interface file for NFA Connection Handover, 36 /* Handover version */ 42 ** NFA Connection Handover callback events 64 /* NFA Connection Handover Carrier Power State */ 79 /* Device Role of Handover */ 135 ** Application may receive it while waiting for NFA_CHO_SELECT_EVT because of handover collision. 172 /* Union of all Connection Handover callback structures */ 186 /* NFA Connection Handover callback */ 202 ** connection handover events. 204 ** On this registration, "urn:nfc:sn:handover" server will b [all...] |
/external/libnfc-nci/src/nfa/int/ |
nfa_cho_int.h | 22 * This is the private interface file for the NFA Connection Handover. 37 /* NFA Connection Handover state */ 50 /* NFA Connection Handover substate in NFA_CHO_ST_CONNECTED */ 63 /* Handover Message receiving status for SAR */ 72 /* Handover Message Type */ 74 #define NFA_CHO_MSG_HR 1 /* Handover Request Message */ 75 #define NFA_CHO_MSG_HS 2 /* Handover Select Message */ 88 /* NFA Connection Handover internal events */ 99 NFA_CHO_RX_HANDOVER_MSG_EVT, /* Received Handover Message */ 194 #define NFA_CHO_FLAGS_CLIENT_ONLY 0x02 /* Handover server is not enabled * [all...] |
nfa_sys.h | 42 NFA_ID_CHO, /* Connection Handover sub-system */
|
/external/wpa_supplicant_8/wpa_supplicant/examples/ |
wps-nfc.py | 18 import nfc.handover namespace 109 class HandoverServer(nfc.handover.HandoverServer): 115 print "Parsed handover request: " + request.pretty() 126 print "Could not get handover select carrier record from wpa_supplicant" 128 print "Handover select carrier record from wpa_supplicant:" 135 print "Handover select:" 139 print "Sending handover select" 145 print "Trying to handle WPS handover" 147 print "Trying to handle WPS handover with AP " + uuid 156 print "Trying handover"; [all...] |
/external/wpa_supplicant_8/hostapd/ |
wps-ap-nfc.py | 16 import nfc.handover namespace 84 class HandoverServer(nfc.handover.HandoverServer): 90 print "Parsed handover request: " + request.pretty() 101 print "Could not get handover select carrier record from hostapd" 103 print "Handover select carrier record from hostapd:" 110 print "Handover select:" 114 print "Sending handover select" 119 print "Trying to handle WPS handover" 127 print "Trying handover"; 132 print "Disconnected after handover" [all...] |
README-WPS | 343 contents of a Handover Select Message for connection handover when this 344 does not depend on the contents of the Handover Request Message. The 346 argument selects which type of connection handover is requested (WPS = 347 Wi-Fi handover as specified in WSC 2.0). 349 "nfc_report_handover <INIT/RESP> WPS <carrier from handover request> 350 <carrier from handover select>" is used to report completed NFC 351 connection handover. The first parameter indicates whether the local 352 device initiated or responded to the connection handover and the carrier 353 records are the selected carrier from the handover request and selec [all...] |
/packages/apps/Nfc/src/com/android/nfc/handover/ |
HandoverServer.java | 16 package com.android.nfc.handover; 32 public static final String HANDOVER_SERVICE_NAME = "urn:nfc:sn:handover"; 186 // 1) Try to parse a handover request message from bytes received so far 194 // 2) convert to handover response 197 Log.e(TAG, "Failed to create handover response"); 201 // 3) send handover response 213 // We can process another handover transfer
|
HandoverClient.java | 16 package com.android.nfc.handover; 77 throw new IOException("Could not connect to handover service"); 123 // Now, try to read back the handover response 142 if (DBG) Log.d(TAG, "couldn't connect to handover service");
|
HandoverManager.java | 17 package com.android.nfc.handover; 49 * Manages handover of NFC to other technologies. 211 Log.d(TAG, "Binding to handover service"); 297 payload.put((byte)0x12); // connection handover v1.2 313 payload.put((byte)0x12); // connection handover v1.2 324 * Return null if message is not a Handover Request, 325 * return the Handover Select response if it is. 337 // we have a handover request, look for BT OOB record 373 // return BT OOB record so they can perform handover 394 Log.e(TAG, "Could not connect to handover service") 407 BluetoothHandoverData handover = parse(m); local [all...] |
HandoverService.java | 17 package com.android.nfc.handover; 65 "com.android.nfc.handover.action.CANCEL_HANDOVER_TRANSFER"; 68 "com.android.nfc.handover.extra.SOURCE_ADDRESS"; 71 "com.android.nfc.handover.extra.INCOMING"; 114 // permission needed to be able to receive handover status requests 176 BluetoothOppHandover handover = new BluetoothOppHandover(HandoverService.this, local 181 handover.start(); 189 mPendingOutTransfers.add(handover); 215 Log.d(TAG, "Ignoring pairing request, existing handover in progress."); 233 BluetoothOppHandover handover = mPendingOutTransfers.remove() local [all...] |
BluetoothHeadsetHandover.java | 17 package com.android.nfc.handover; 54 static final String ACTION_ALLOW_CONNECT = "com.android.nfc.handover.action.ALLOW_CONNECT"; 55 static final String ACTION_DENY_CONNECT = "com.android.nfc.handover.action.DENY_CONNECT"; 395 Log.i(TAG, "Timeout completing BT handover");
|
ConfirmConnectActivity.java | 17 package com.android.nfc.handover;
|
PendingHandoverTransfer.java | 17 package com.android.nfc.handover;
|
/development/samples/ToyVpn/ |
_index.html | 3 <p>This application consists of an Android client and a sample implementation of a server. It performs IP over UDP and is capable of doing seamless handover between different networks as long as it receives the same VPN parameters.</p>
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppHandoverReceiver.java | 43 if (D) Log.d(TAG, "No device attached to handover intent."); 55 if (D) Log.d(TAG, "No mimeType or stream attached to handover request"); 65 if (D) Log.d(TAG, "No mimeType or stream attached to handover request"); 82 if (D) Log.d(TAG, "Stopping handover transfer with Uri " + contentUri);
|
Constants.java | 74 /** the intent that can be sent by handover requesters to stop a BTOPP transfer */ 83 /** the intent that is used for initiating a handover transfer */ 87 /** the intent that is used for initiating a multi-uri handover transfer */ 95 /** intent action used to indicate the progress of a handover transfer */ 99 /** intent action used to indicate the completion of a handover transfer */ 103 /** intent extra used to indicate the success of a handover transfer */ 119 /** intent extra used to indicate the direction of a handover transfer */ 136 * by the handover transfer */ 141 * the handover transfer */ 145 /** permission needed to be able to receive handover status requests * [all...] |
BluetoothOppTransferInfo.java | 62 boolean mHandoverInitiated; // the transfer was initiated by connection handover (eg. NFC)
|
/packages/apps/Nfc/src/com/android/nfc/ |
NfcApplication.java | 44 // handover transfer. We don't want to instantiate an NfcService 47 // handover process
|
P2pLinkManager.java | 20 import com.android.nfc.handover.HandoverClient; 21 import com.android.nfc.handover.HandoverManager; 22 import com.android.nfc.handover.HandoverServer; 95 * Called to indicate the remote device does not support connection handover 315 // we know for certain the other side has SNEP/handover. 717 // Remote device may not support handover service, 762 if (DBG) Log.d(TAG, "Trying handover request"); 842 // implement connection handover, we will support this [all...] |
/external/chromium_org/device/nfc/ |
nfc_peer.h | 24 // - Initiating a handover. On platforms that support it, handover can be 29 // NFC handover types.
|
/external/wpa_supplicant_8/wpa_supplicant/ |
README-WPS | 370 contents of a Handover Request Message for connection handover. The 372 argument selects which type of connection handover is requested (WPS = 373 Wi-Fi handover as specified in WSC 2.0). 376 build the contents of a Handover Select Message for connection handover 377 when this does not depend on the contents of the Handover Request 379 the second argument selects which type of connection handover is 380 requested (WPS = Wi-Fi handover as specified in WSC 2.0). If the options 381 UUID|BSSID argument is included, this is a request to build the handover [all...] |
/external/chromium_org/ios/public/consumer/base/ |
supports_user_data.h | 37 // full control of the synchronization of that handover.
|
/external/libnfc-nci/src/nfc/ndef/ |
ndef_cho_utils.c | 24 * Handover 43 /* Handover Request Record Type */ 46 /* Handover Select Record Type */ 49 /* Handover Carrier recrod Type */ 71 ** Description This function creates Handover Request Record with version. 95 ** Description This function creates Handover Select Record with version. 119 ** Description This function adds Handover Carrier Record.
|
/external/libnfc-nci/src/nfc/include/ |
ndef_utils.h | 69 #define HR_REC_TYPE_LEN 2 /* Handover Request Record Type */ 70 #define HS_REC_TYPE_LEN 2 /* Handover Select Record Type */ 71 #define HC_REC_TYPE_LEN 2 /* Handover Carrier recrod Type */ 390 ** Description This function creates Handover Request Record with version. 402 ** Description This function creates Handover Select Record with version. 414 ** Description This function adds Handover Carrier Record.
|
/packages/apps/Nfc/ |
AndroidManifest.xml | 87 <activity android:name=".handover.ConfirmConnectActivity" 94 <service android:name=".handover.HandoverService" 95 android:process=":handover"
|