Searched refs:BluetoothHandoverData (Results 1 – 3 of 3) sorted by relevance
76 public static class BluetoothHandoverData { class in HandoverDataParser87 public final BluetoothHandoverData handoverData;90 BluetoothHandoverData handoverData) { in IncomingHandoverData()216 BluetoothHandoverData bluetoothData = null; in getIncomingHandoverData()233 public BluetoothHandoverData getOutgoingHandoverData(NdefMessage handoverSelect) { in getOutgoingHandoverData()237 private NdefMessage tryBluetoothHandoverRequest(BluetoothHandoverData bluetoothData) { in tryBluetoothHandoverRequest()293 BluetoothHandoverData parseBluetoothHandoverSelect(NdefMessage m) { in parseBluetoothHandoverSelect()300 BluetoothHandoverData data = parseBtOob(ByteBuffer.wrap(oob.getPayload())); in parseBluetoothHandoverSelect()316 public BluetoothHandoverData parseBluetooth(NdefMessage m) { in parseBluetooth()345 BluetoothHandoverData parseNokia(ByteBuffer payload) { in parseNokia()[all …]
69 HandoverDataParser.BluetoothHandoverData handoverData) { in startBeamReceive()93 HandoverDataParser.BluetoothHandoverData outgoingHandoverData, in startBeamSend()
590 HandoverDataParser.BluetoothHandoverData handover = mHandoverDataParser.parseBluetooth(m); in tryPeripheralHandover()