Home
last modified time | relevance | path

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

/aosp12/packages/apps/Nfc/src/com/android/nfc/handover/
H A DPeripheralHandoverService.java74 BluetoothPeripheralHandover mBluetoothPeripheralHandover; field in PeripheralHandoverService
152 if (mBluetoothPeripheralHandover != null) { in doPeripheralHandover()
179 mBluetoothPeripheralHandover = new BluetoothPeripheralHandover( in doPeripheralHandover()
187 if (!mBluetoothPeripheralHandover.start()) { in doPeripheralHandover()
195 mBluetoothPeripheralHandover = null; in doPeripheralHandover()
208 if (mBluetoothPeripheralHandover != null && in handleBluetoothStateChanged()
209 !mBluetoothPeripheralHandover.hasStarted()) { in handleBluetoothStateChanged()
210 if (!mBluetoothPeripheralHandover.start()) { in handleBluetoothStateChanged()
220 int transport = mBluetoothPeripheralHandover.mTransport; in onBluetoothPeripheralHandoverComplete()
221 mBluetoothPeripheralHandover = null; in onBluetoothPeripheralHandoverComplete()