Searched defs:handover (Results 1 - 9 of 9) 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;
84 if (DBG) Log.d(TAG, "couldn't connect to handover service");
86 if (DBG) Log.d(TAG, "couldn't connect to handover service");
H A DPendingHandoverTransfer.java1 package com.android.nfc.handover;
H A DBluetoothOppHandover.java17 package com.android.nfc.handover;
H A DHandoverServer.java16 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
H A DBluetoothHeadsetHandover.java17 package com.android.nfc.handover;
51 static final String ACTION_ALLOW_CONNECT = "com.android.nfc.handover.action.ALLOW_CONNECT";
52 static final String ACTION_DENY_CONNECT = "com.android.nfc.handover.action.DENY_CONNECT";
385 Log.i(TAG, "Timeout completing BT handover");
H A DHandoverManager.java17 package com.android.nfc.handover;
48 * Manages handover of NFC to other technologies.
236 payload.put((byte)0x12); // connection handover v1.2
252 payload.put((byte)0x12); // connection handover v1.2
276 // we have a handover request, look for BT OOB record
297 Log.e(TAG, "Could not connect to handover service");
308 Log.e(TAG, "Could not connect to handover service");
316 // return BT OOB record so they can perform handover
326 BluetoothHandoverData handover = parse(m);
327 if (handover
[all...]
H A DHandoverService.java1 package com.android.nfc.handover;
48 "com.android.nfc.handover.action.CANCEL_HANDOVER_TRANSFER";
50 "com.android.nfc.handover.extra.SOURCE_ADDRESS";
87 // permission needed to be able to receive handover status requests
148 BluetoothOppHandover handover = new BluetoothOppHandover(HandoverService.this,
153 handover.start();
160 mPendingOutTransfers.add(handover);
200 BluetoothOppHandover handover = mPendingOutTransfers.remove();
201 handover.start();
H A DHandoverTransfer.java1 package com.android.nfc.handover;
31 * that were received through NFC connection handover
71 // a reason to keep the handover transport enabled).

Completed in 99 milliseconds