aboutsummaryrefslogtreecommitdiffstats
path: root/api/direct_bt/BTGattHandler.hpp
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2022-01-12 05:21:51 +0100
committerSven Gothel <[email protected]>2022-01-12 05:21:51 +0100
commitcbefe88e87d1d9241a0d53492f52d6d0093cec7c (patch)
tree7ebcfa3ed5f2a7af4402d227f135784c8d8bd8af /api/direct_bt/BTGattHandler.hpp
parentaa85ac0105b0971a737ad1809512442d7a993558 (diff)
BTGattHandler: Add 'noexcept' to l2capReader Callbacks
Diffstat (limited to 'api/direct_bt/BTGattHandler.hpp')
-rw-r--r--api/direct_bt/BTGattHandler.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/api/direct_bt/BTGattHandler.hpp b/api/direct_bt/BTGattHandler.hpp
index 5e77de0a..5b40d262 100644
--- a/api/direct_bt/BTGattHandler.hpp
+++ b/api/direct_bt/BTGattHandler.hpp
@@ -224,9 +224,9 @@ namespace direct_bt {
void replyReadByGroupTypeReq(const AttReadByNTypeReq * pdu);
void replyAttPDUReq(std::unique_ptr<const AttPDUMsg> && pdu);
- void l2capReaderWork(jau::service_runner& sr);
- void l2capReaderEndLocked(jau::service_runner& sr);
- void l2capReaderEndFinal(jau::service_runner& sr);
+ void l2capReaderWork(jau::service_runner& sr) noexcept;
+ void l2capReaderEndLocked(jau::service_runner& sr) noexcept;
+ void l2capReaderEndFinal(jau::service_runner& sr) noexcept;
/**
* Sends the given AttPDUMsg to the connected device via l2cap.