summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothserviceinfo.h
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2013-07-10 09:55:56 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-07-11 09:57:23 +0200
commit2874b8f37b135d7dc6e667ff05aee2c628587ee9 (patch)
tree65b28af8c18fad3674bacd7e7a0c763fb1c61a77 /src/bluetooth/qbluetoothserviceinfo.h
parentd4e8beb430197b10cfb18bc58cdc8ddcb3faf6ec (diff)
Add missing Bt Core spec service attribute identifiers
Task-number: QTBUG-31728 Change-Id: I2d4410a3ac87bdf9e85805403bf3c6165d4967dd Reviewed-by: Fabian Bumberger <fbumberger@rim.com> Reviewed-by: Aaron McCarthy <mccarthy.aaron@gmail.com>
Diffstat (limited to 'src/bluetooth/qbluetoothserviceinfo.h')
-rw-r--r--src/bluetooth/qbluetoothserviceinfo.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/bluetooth/qbluetoothserviceinfo.h b/src/bluetooth/qbluetoothserviceinfo.h
index 3b138f6a..1a7448f5 100644
--- a/src/bluetooth/qbluetoothserviceinfo.h
+++ b/src/bluetooth/qbluetoothserviceinfo.h
@@ -63,10 +63,18 @@ public:
enum AttributeId {
ServiceRecordHandle = 0x0000,
ServiceClassIds = 0x0001,
+ ServiceRecordState = 0x0002,
ServiceId = 0x0003,
ProtocolDescriptorList = 0x0004,
BrowseGroupList = 0x0005,
+ LanguageBaseAttributeIdList = 0x0006,
+ ServiceInfoTimeToLive = 0x0007,
ServiceAvailability = 0x0008,
+ BluetoothProfileDescriptorList = 0x0009,
+ DocumentationUrl = 0x000A,
+ ClientExecutableUrl = 0x000B,
+ IconUrl = 0x000C,
+ AdditionalProtocolDescriptorList = 0x000D,
PrimaryLanguageBase = 0x0100,
ServiceName = PrimaryLanguageBase + 0x0000,
ServiceDescription = PrimaryLanguageBase + 0x0001,