summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2020-05-25 03:47:04 +0200
committerSven Gothel <[email protected]>2020-05-25 03:47:04 +0200
commit771ce6d37c05fec2fa7b573645ad745f34ad855b (patch)
treeb7b754abfd7f9b8ba79f97e7a896a01e97318896 /api
parent5f3be51c4d6d31d00be808088a60674fcea46969 (diff)
Add API doc to EIRDataType (C++) and EIRDataTypeSet (Java)
Diffstat (limited to 'api')
-rw-r--r--api/direct_bt/BTTypes.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/api/direct_bt/BTTypes.hpp b/api/direct_bt/BTTypes.hpp
index fe8b567e..3a2b689f 100644
--- a/api/direct_bt/BTTypes.hpp
+++ b/api/direct_bt/BTTypes.hpp
@@ -346,6 +346,10 @@ namespace direct_bt {
// *************************************************
// *************************************************
+ /**
+ * Bit mask of 'Extended Inquiry Response' (EIR) data fields,
+ * indicating a set of related data.
+ */
enum class EIRDataType : uint32_t {
NONE = 0,
EVT_TYPE = (1 << 0),