Home | History | Annotate | Download | only in handover

Lines Matching defs:handover

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);
340 if (handover == null) return false;
341 if (!handover.valid) return true;
347 if (DBG) Log.d(TAG, "BT handover, but BT not available");
351 Log.e(TAG, "Could not connect to handover service");
357 headsetData.putParcelable(HandoverService.EXTRA_HEADSET_DEVICE, handover.device);
358 headsetData.putString(HandoverService.EXTRA_HEADSET_NAME, handover.name);
375 // Register a new handover transfer object
378 Log.e(TAG, "Could not connect to handover service");
486 // Check for Handover Select, followed by a BT OOB record