Searched refs:BluetoothHandoverData (Results 1 – 3 of 3) sorted by relevance
93 public static class BluetoothHandoverData { class in HandoverDataParser106 public final BluetoothHandoverData handoverData;109 BluetoothHandoverData handoverData) { in IncomingHandoverData()240 BluetoothHandoverData bluetoothData = null; in getIncomingHandoverData()257 public BluetoothHandoverData getOutgoingHandoverData(NdefMessage handoverSelect) { in getOutgoingHandoverData()261 private NdefMessage tryBluetoothHandoverRequest(BluetoothHandoverData bluetoothData) { in tryBluetoothHandoverRequest()317 BluetoothHandoverData parseBluetoothHandoverSelect(NdefMessage m) { in parseBluetoothHandoverSelect()324 BluetoothHandoverData data = parseBtOob(ByteBuffer.wrap(oob.getPayload())); in parseBluetoothHandoverSelect()340 public BluetoothHandoverData parseBluetooth(NdefMessage m) { in parseBluetooth()369 BluetoothHandoverData parseNokia(ByteBuffer payload) { in parseNokia()[all …]
74 HandoverDataParser.BluetoothHandoverData handoverData) { in startBeamReceive()98 HandoverDataParser.BluetoothHandoverData outgoingHandoverData, in startBeamSend()
658 HandoverDataParser.BluetoothHandoverData handover = mHandoverDataParser.parseBluetooth(m); in tryPeripheralHandover()