Home
last modified time | relevance | path

Searched refs:BluetoothHandoverData (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/handover/
DHandoverDataParser.java91 public static class BluetoothHandoverData { class in HandoverDataParser
104 public final BluetoothHandoverData handoverData;
107 BluetoothHandoverData handoverData) { in IncomingHandoverData()
238 BluetoothHandoverData bluetoothData = null; in getIncomingHandoverData()
255 public BluetoothHandoverData getOutgoingHandoverData(NdefMessage handoverSelect) { in getOutgoingHandoverData()
259 private NdefMessage tryBluetoothHandoverRequest(BluetoothHandoverData bluetoothData) { in tryBluetoothHandoverRequest()
315 BluetoothHandoverData parseBluetoothHandoverSelect(NdefMessage m) { in parseBluetoothHandoverSelect()
322 BluetoothHandoverData data = parseBtOob(ByteBuffer.wrap(oob.getPayload())); in parseBluetoothHandoverSelect()
338 public BluetoothHandoverData parseBluetooth(NdefMessage m) { in parseBluetooth()
367 BluetoothHandoverData parseNokia(ByteBuffer payload) { in parseNokia()
[all …]
/packages/apps/Nfc/src/com/android/nfc/
DNfcDispatcher.java973 HandoverDataParser.BluetoothHandoverData handover = mHandoverDataParser.parseBluetooth(m); in tryPeripheralHandover()