summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothdeviceinfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth/qbluetoothdeviceinfo.cpp')
-rw-r--r--src/bluetooth/qbluetoothdeviceinfo.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/bluetooth/qbluetoothdeviceinfo.cpp b/src/bluetooth/qbluetoothdeviceinfo.cpp
index 9e6ebaec..d43cbab6 100644
--- a/src/bluetooth/qbluetoothdeviceinfo.cpp
+++ b/src/bluetooth/qbluetoothdeviceinfo.cpp
@@ -515,25 +515,25 @@ QBluetoothDeviceInfo::DataCompleteness QBluetoothDeviceInfo::serviceUuidsComplet
}
/*!
- Sets the CoreConfiguration of the device to a \a coreConfig. This will help to make a difference
+ Sets the CoreConfigurations of the device to \a coreConfigs. This will help to make a difference
between regular and Low Energy devices.
- \sa coreConfiguration()
+ \sa coreConfigurations()
*/
-void QBluetoothDeviceInfo::setCoreConfiguration(const CoreConfiguration &coreConfig)
+void QBluetoothDeviceInfo::setCoreConfigurations(QBluetoothDeviceInfo::CoreConfigurations coreConfigs)
{
Q_D(QBluetoothDeviceInfo);
- d->deviceCoreConfiguration = coreConfig;
+ d->deviceCoreConfiguration = coreConfigs;
}
/*!
Returns the configuration of the device. If device configuration is not set,
basic rate device configuration will be returned.
- \sa setCoreConfiguration()
+ \sa setCoreConfigurations()
*/
-QBluetoothDeviceInfo::CoreConfiguration QBluetoothDeviceInfo::coreConfiguration() const
+QBluetoothDeviceInfo::CoreConfigurations QBluetoothDeviceInfo::coreConfigurations() const
{
Q_D(const QBluetoothDeviceInfo);