Searched defs:handover (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/handover/
H A DConfirmConnectActivity.java17 package com.android.nfc.handover;
H A DHandoverClient.java16 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");
H A DHandoverServer.java16 package com.android.nfc.handover;
39 static final String HANDOVER_SERVICE_NAME = "urn:nfc:sn:handover";
196 // 1) Try to parse a handover request message from bytes received so far
211 // 2) convert to handover response
215 Log.e(TAG, "Failed to create handover response");
219 // 3) send handover response
235 // We can process another handover transfer
H A DPeripheralHandoverService.java17 package com.android.nfc.handover;
114 if (DBG) Log.e(TAG, "Intent is null, can't do peripheral handover.");
144 Log.d(TAG, "Ignoring pairing request, existing handover in progress.");
H A DHandoverDataParser.java17 package com.android.nfc.handover;
43 * Manages handover of NFC to other technologies.
185 payload.put((byte)0x12); // connection handover v1.2
205 payload.put((byte) 0x12); // connection handover v1.2
234 // we have a handover request, look for BT OOB record
268 // return BT OOB record so they can perform handover
H A DBluetoothPeripheralHandover.java17 package com.android.nfc.handover;
59 static final String ACTION_ALLOW_CONNECT = "com.android.nfc.handover.action.ALLOW_CONNECT";
60 static final String ACTION_DENY_CONNECT = "com.android.nfc.handover.action.DENY_CONNECT";
61 static final String ACTION_TIMEOUT_CONNECT = "com.android.nfc.handover.action.TIMEOUT_CONNECT";
587 Log.i(TAG, "Timeout completing BT handover");

Completed in 64 milliseconds