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 17 package com.android.nfc.handover;
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...]
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");
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
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...]
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 17 package com.android.nfc.handover;
48 * that were received through NFC connection handover
88 // a reason to keep the handover transport enabled).
189 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
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...]

Completed in 1253 milliseconds