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

/packages/apps/Nfc/src/com/android/nfc/handover/
H A DHandoverDataParser.java93 public static class BluetoothHandoverData { class in class:HandoverDataParser
106 public final BluetoothHandoverData handoverData;
109 BluetoothHandoverData handoverData) {
235 BluetoothHandoverData bluetoothData = null;
252 public BluetoothHandoverData getOutgoingHandoverData(NdefMessage handoverSelect) {
256 private NdefMessage tryBluetoothHandoverRequest(BluetoothHandoverData bluetoothData) {
312 BluetoothHandoverData parseBluetoothHandoverSelect(NdefMessage m) {
319 BluetoothHandoverData data = parseBtOob(ByteBuffer.wrap(oob.getPayload()));
335 public BluetoothHandoverData parseBluetooth(NdefMessage m) {
364 BluetoothHandoverData parseNoki
[all...]

Completed in 41 milliseconds