Searched refs:BluetoothHandoverData (Results 1 – 2 of 2) sorted by relevance
91 public static class BluetoothHandoverData { class in HandoverDataParser104 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 …]
973 HandoverDataParser.BluetoothHandoverData handover = mHandoverDataParser.parseBluetooth(m); in tryPeripheralHandover()