aboutsummaryrefslogtreecommitdiffstats
path: root/api/direct_bt
diff options
context:
space:
mode:
Diffstat (limited to 'api/direct_bt')
-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.