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;
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 DBluetoothOppHandover.java17 package com.android.nfc.handover;
35 import com.android.nfc.handover.HandoverManager.HandoverPowerManager;
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
H A DBluetoothHeadsetHandover.java17 package com.android.nfc.handover;
37 import com.android.nfc.handover.HandoverManager.HandoverPowerManager;
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";
411 Log.i(TAG, "Timeout completing BT handover");
H A DHandoverManager.java17 package com.android.nfc.handover;
61 * Manages handover of NFC to other technologies.
108 // permission needed to be able to receive handover status requests
121 "com.android.nfc.handover.action.CANCEL_HANDOVER_TRANSFER";
123 "com.android.nfc.handover.extra.SOURCE_ADDRESS";
224 * that were received through NFC connection handover
255 // a reason to keep the handover transport enabled).
693 payload.put((byte)0x12); // connection handover v1.2
710 payload.put((byte)0x12); // connection handover v1.2
734 // we have a handover reques
[all...]

Completed in 363 milliseconds