summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothdeviceinfo.cpp
diff options
context:
space:
mode:
authorFabian Bumberger <fbumberger@rim.com>2013-09-05 16:58:46 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-10 12:19:52 +0200
commit50241cb82481de3dc9f5681532c3a8ddd381f894 (patch)
tree766df8ee6e200745f2993f501eff117d5b5eff55 /src/bluetooth/qbluetoothdeviceinfo.cpp
parent1047f9e838c7b3fad79210d193ec334b3d53a0d7 (diff)
Clean up QBluetoothDeviceInfo
This patch removes "ManufacturerSpecificData" because it is not implemented and some dead code. Change-Id: I95a142280835addf65fbedd4a26f3266c7dc0838 Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
Diffstat (limited to 'src/bluetooth/qbluetoothdeviceinfo.cpp')
-rw-r--r--src/bluetooth/qbluetoothdeviceinfo.cpp18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/bluetooth/qbluetoothdeviceinfo.cpp b/src/bluetooth/qbluetoothdeviceinfo.cpp
index 301e043f..7a8e882b 100644
--- a/src/bluetooth/qbluetoothdeviceinfo.cpp
+++ b/src/bluetooth/qbluetoothdeviceinfo.cpp
@@ -500,24 +500,6 @@ QBluetoothDeviceInfo::DataCompleteness QBluetoothDeviceInfo::serviceUuidsComplet
}
/*!
- Sets the manufacturer-specific data returned by Extended Inquiry Responses to \a data.
-*/
-void QBluetoothDeviceInfo::setManufacturerSpecificData(const QByteArray &data)
-{
- Q_UNUSED(data);
-}
-
-/*!
- Returns the manufacturer-specific data. If \a available is not 0, it is set to true if
- manufacturer-specific data is available; otherwise it is set to false.
-*/
-QByteArray QBluetoothDeviceInfo::manufacturerSpecificData(bool *available) const
-{
- Q_UNUSED(available);
- return QByteArray();
-}
-
-/*!
Returns true if the QBluetoothDeviceInfo object is created from cached data.
*/
bool QBluetoothDeviceInfo::isCached() const