Searched refs:mA2dp (Results 1 – 1 of 1) sorted by relevance
115 BluetoothA2dp mA2dp; field in BluetoothPeripheralHandover210 if (mA2dp == null || mHeadset == null || mInput == null) { in nextStepInit()231 if (mA2dp.getConnectedDevices().contains(mDevice) || in nextStepInit()241 if (mA2dp.getConnectionPolicy(mDevice) == in nextStepInit()286 if (mA2dp.getConnectionState(mDevice) in nextStepDisconnect()396 if (mA2dp.getConnectionState(mDevice) != BluetoothProfile.STATE_CONNECTED) { in nextStepConnect()399 mA2dp.setConnectionPolicy(mDevice, in nextStepConnect()546 if (mA2dp != null) { in complete()547 mBluetoothAdapter.closeProfileProxy(BluetoothProfile.A2DP, mA2dp); in complete()557 mA2dp = null; in complete()[all …]