Home
last modified time | relevance | path

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

/aosp12/packages/apps/Nfc/src/com/android/nfc/handover/
H A DHandoverDataParser.java239 BluetoothHandoverData bluetoothData = null; in getIncomingHandoverData() local
243 bluetoothData = parseBtOob(ByteBuffer.wrap(dataRecord.getPayload())); in getIncomingHandoverData()
248 NdefMessage hs = tryBluetoothHandoverRequest(bluetoothData); in getIncomingHandoverData()
250 return new IncomingHandoverData(hs, bluetoothData); in getIncomingHandoverData()
260 private NdefMessage tryBluetoothHandoverRequest(BluetoothHandoverData bluetoothData) { in tryBluetoothHandoverRequest() argument
262 if (bluetoothData != null) { in tryBluetoothHandoverRequest()
275 bluetoothData.device.getAddress() + "]->[" + mLocalBluetoothAddress + "]"); in tryBluetoothHandoverRequest()