summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qlowenergycontroller_p.h
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@theqtcompany.com>2015-12-02 15:02:47 +0100
committerAlex Blasche <alexander.blasche@theqtcompany.com>2015-12-04 14:17:33 +0000
commit38b765206c352cc88123a03025024b3e5e368a4a (patch)
tree189a37106251c87d499b1122bafa1b06ca3a4753 /src/bluetooth/qlowenergycontroller_p.h
parentb0a0b2572a5060c268f96a77716e7ea4e3065da4 (diff)
Bluetooth LE: Implement ATT access permissions.
Change-Id: I456d083d45569ea8d61f0a659f72646d653143d1 Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'src/bluetooth/qlowenergycontroller_p.h')
-rw-r--r--src/bluetooth/qlowenergycontroller_p.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bluetooth/qlowenergycontroller_p.h b/src/bluetooth/qlowenergycontroller_p.h
index f18a0384..e693e84d 100644
--- a/src/bluetooth/qlowenergycontroller_p.h
+++ b/src/bluetooth/qlowenergycontroller_p.h
@@ -179,9 +179,10 @@ public:
QLowEnergyHandle handle;
QLowEnergyHandle groupEndHandle;
QLowEnergyCharacteristic::PropertyTypes properties;
+ QBluetooth::AttAccessConstraints readConstraints;
+ QBluetooth::AttAccessConstraints writeConstraints;
QBluetoothUuid type;
QByteArray value;
- // TODO: authentication/authorization requirements
};
QVector<Attribute> localAttributes;