diff options
Diffstat (limited to 'api/direct_bt/HCIHandler.hpp')
-rw-r--r-- | api/direct_bt/HCIHandler.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/direct_bt/HCIHandler.hpp b/api/direct_bt/HCIHandler.hpp index 4e483b4e..d08874dd 100644 --- a/api/direct_bt/HCIHandler.hpp +++ b/api/direct_bt/HCIHandler.hpp @@ -163,7 +163,7 @@ namespace direct_bt { } }; - typedef jau::function<bool(const BDAddressAndType& /* addressAndType */, + typedef jau::function<void(const BDAddressAndType& /* addressAndType */, const SMPPDUMsg&, const HCIACLData::l2cap_frame& /* source */)> HCISMPMsgCallback; typedef jau::cow_darray<HCISMPMsgCallback> HCISMPMsgCallbackList; |