File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,12 @@ class QTPOKIT_EXPORT StatusService : public AbstractPokitService
55
55
// / UUID of the `Pokit Status` service's (undocumented) `Button Press` characterstic.
56
56
static inline const QBluetoothUuid buttonPress { QStringLiteral (" 8fe5b5a9-b5b4-4a7b-8ff2-87224b970f89" ) };
57
57
58
- // Pokit Pro also reports an unknown "a59f052e-c2a1-46b6-8025-64e485c00162" characteristic.
58
+ /* !
59
+ * \struct StatusService::CharacteristicUuids
60
+ * \pokitApi Pokit Pro also reports the following unknown characteristics for the StatusService:
61
+ * * `a59f052e-c2a1-46b6-8025-64e485c00162` - read/write
62
+ * * `f89e4130-4347-45ef-b092-4f29e6f3a608` - write only
63
+ */
59
64
};
60
65
61
66
// / Attributes included in the `Device Characteristics` characterstic.
You can’t perform that action at this time.
0 commit comments