Searched refs:bluetoothData (Results 1 – 1 of 1) sorted by relevance
235 BluetoothHandoverData bluetoothData = null; in getIncomingHandoverData() local239 bluetoothData = parseBtOob(ByteBuffer.wrap(dataRecord.getPayload())); in getIncomingHandoverData()244 NdefMessage hs = tryBluetoothHandoverRequest(bluetoothData); in getIncomingHandoverData()246 return new IncomingHandoverData(hs, bluetoothData); in getIncomingHandoverData()256 private NdefMessage tryBluetoothHandoverRequest(BluetoothHandoverData bluetoothData) { in tryBluetoothHandoverRequest() argument258 if (bluetoothData != null) { in tryBluetoothHandoverRequest()271 bluetoothData.device.getAddress() + "]->[" + mLocalBluetoothAddress + "]"); in tryBluetoothHandoverRequest()