Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/handover/
DBluetoothPeripheralHandover.java101 BluetoothA2dp mA2dp; field in BluetoothPeripheralHandover
182 if (mA2dp == null || mHeadset == null || mInput == null) { in nextStepInit()
203 if (mA2dp.getConnectedDevices().contains(mDevice) || in nextStepInit()
241 if (mA2dp.getConnectionState(mDevice) in nextStepDisconnect()
244 mA2dp.disconnect(mDevice); in nextStepDisconnect()
347 if (mA2dp.getConnectionState(mDevice) != BluetoothProfile.STATE_CONNECTED) { in nextStepConnect()
349 mA2dp.connect(mDevice); in nextStepConnect()
465 if (mA2dp != null) { in complete()
466 mBluetoothAdapter.closeProfileProxy(BluetoothProfile.A2DP, mA2dp); in complete()
476 mA2dp = null; in complete()
[all …]