summaryrefslogtreecommitdiffstats
path: root/api/direct_bt/BTGattHandler.hpp
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2022-01-02 21:37:18 +0100
committerSven Gothel <[email protected]>2022-01-02 21:37:18 +0100
commit8c62da7aa115a9eb6c3283bbd5db2f155d6c2b31 (patch)
tree59a0306109cf840e97d5302230ad30f2e11bb6b5 /api/direct_bt/BTGattHandler.hpp
parent6765a919a9b37fad6fbacdfd6b8db4190aaf8dd5 (diff)
Add support for AttFindByTypeValueReq/Rsp (GATT server mode)
Diffstat (limited to 'api/direct_bt/BTGattHandler.hpp')
-rw-r--r--api/direct_bt/BTGattHandler.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/direct_bt/BTGattHandler.hpp b/api/direct_bt/BTGattHandler.hpp
index 6c58b892..102c12e8 100644
--- a/api/direct_bt/BTGattHandler.hpp
+++ b/api/direct_bt/BTGattHandler.hpp
@@ -223,6 +223,7 @@ namespace direct_bt {
void replyWriteReq(const AttPDUMsg * pdu);
void replyReadReq(const AttPDUMsg * pdu);
void replyFindInfoReq(const AttFindInfoReq * pdu);
+ void replyFindByTypeValueReq(const AttFindByTypeValueReq * pdu);
void replyReadByTypeReq(const AttReadByNTypeReq * pdu);
void replyReadByGroupTypeReq(const AttReadByNTypeReq * pdu);
void replyAttPDUReq(std::unique_ptr<const AttPDUMsg> && pdu);