HomeSort by relevance Sort by last modified time
    Searched defs:handover (Results 1 - 11 of 11) sorted by null

  /packages/apps/Nfc/src/com/android/nfc/handover/
PendingHandoverTransfer.java 1 package com.android.nfc.handover;
HandoverService.java 1 package com.android.nfc.handover;
49 "com.android.nfc.handover.action.CANCEL_HANDOVER_TRANSFER";
52 "com.android.nfc.handover.extra.SOURCE_ADDRESS";
55 "com.android.nfc.handover.extra.INCOMING";
98 // permission needed to be able to receive handover status requests
160 BluetoothOppHandover handover = new BluetoothOppHandover(HandoverService.this, local
165 handover.start();
173 mPendingOutTransfers.add(handover);
213 BluetoothOppHandover handover = mPendingOutTransfers.remove(); local
214 handover.start()
    [all...]
ConfirmConnectActivity.java 17 package com.android.nfc.handover;
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;
48 * Manages handover of NFC to other technologies.
243 payload.put((byte)0x12); // connection handover v1.2
259 payload.put((byte)0x12); // connection handover v1.2
270 * Return null if message is not a Handover Request,
271 * return the Handover Select response if it is.
283 // we have a handover request, look for BT OOB record
306 Log.e(TAG, "Could not connect to handover service");
317 Log.e(TAG, "Could not connect to handover service");
325 // return BT OOB record so they can perform handover
339 BluetoothHandoverData handover = parse(m); local
    [all...]
BluetoothOppHandover.java 17 package 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
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");
HandoverTransfer.java 1 package com.android.nfc.handover;
32 * that were received through NFC connection handover
72 // a reason to keep the handover transport enabled).
173 Log.e(TAG, "Handover transfer failed");
  /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...]
  /external/wpa_supplicant_8/wpa_supplicant/examples/
wps-nfc.py 18 import nfc.handover namespace
104 class HandoverServer(nfc.handover.HandoverServer):
110 print "Parsed handover request: " + request.pretty()
121 print "Could not get handover select carrier record from wpa_supplicant"
123 print "Handover select carrier record from wpa_supplicant:"
130 print "Handover select:"
134 print "Sending handover select"
140 print "Trying to handle WPS handover"
142 print "Trying to handle WPS handover with AP " + uuid
151 print "Trying handover";
    [all...]

Completed in 235 milliseconds