Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/handover/
DHandoverDataParser.java240 BluetoothHandoverData bluetoothData = null; in getIncomingHandoverData() local
244 bluetoothData = parseBtOob(ByteBuffer.wrap(dataRecord.getPayload())); in getIncomingHandoverData()
249 NdefMessage hs = tryBluetoothHandoverRequest(bluetoothData); in getIncomingHandoverData()
251 return new IncomingHandoverData(hs, bluetoothData); in getIncomingHandoverData()
261 private NdefMessage tryBluetoothHandoverRequest(BluetoothHandoverData bluetoothData) { in tryBluetoothHandoverRequest() argument
263 if (bluetoothData != null) { in tryBluetoothHandoverRequest()
276 bluetoothData.device.getAddress() + "]->[" + mLocalBluetoothAddress + "]"); in tryBluetoothHandoverRequest()