summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2022-01-04 19:30:38 +0100
committerSven Gothel <[email protected]>2022-01-04 19:30:38 +0100
commit7c849a2f4d9ae32a208afcfd49705e92608f7e5d (patch)
tree9a84ecc1fd7950ecf2216e651704c604f3a38dc3 /api
parent1bea71f672ba091ac7ce36c9c47ec495f19006d9 (diff)
EIRDataType[Set]: Add CONN_IVAL for Slave Connection Interval Range (Supplement, Part A, section 1.9)
Diffstat (limited to 'api')
-rw-r--r--api/direct_bt/BTTypes0.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/direct_bt/BTTypes0.hpp b/api/direct_bt/BTTypes0.hpp
index 2b603024..b0fa68cf 100644
--- a/api/direct_bt/BTTypes0.hpp
+++ b/api/direct_bt/BTTypes0.hpp
@@ -838,6 +838,7 @@ namespace direct_bt {
HASH = (1 << 12),
RANDOMIZER = (1 << 13),
DEVICE_ID = (1 << 14),
+ CONN_IVAL = (1 << 15),
SERVICE_UUID = (1 << 30),
ALL = 0xffffffff
};