Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/handover/
DPeripheralHandoverService.java68 BluetoothPeripheralHandover mBluetoothPeripheralHandover; field in PeripheralHandoverService
150 if (mBluetoothPeripheralHandover != null) { in doPeripheralHandover()
164 mBluetoothPeripheralHandover = new BluetoothPeripheralHandover( in doPeripheralHandover()
172 if (!mBluetoothPeripheralHandover.start()) { in doPeripheralHandover()
180 mBluetoothPeripheralHandover = null; in doPeripheralHandover()
193 if (mBluetoothPeripheralHandover != null && in handleBluetoothStateChanged()
194 !mBluetoothPeripheralHandover.hasStarted()) { in handleBluetoothStateChanged()
195 if (!mBluetoothPeripheralHandover.start()) { in handleBluetoothStateChanged()
208 int transport = mBluetoothPeripheralHandover.mTransport; in onBluetoothPeripheralHandoverComplete()
209 mBluetoothPeripheralHandover = null; in onBluetoothPeripheralHandoverComplete()