diff options
Diffstat (limited to 'api/direct_bt/SMPHandler.hpp')
-rw-r--r-- | api/direct_bt/SMPHandler.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/api/direct_bt/SMPHandler.hpp b/api/direct_bt/SMPHandler.hpp index 15485c36..8e5d32fa 100644 --- a/api/direct_bt/SMPHandler.hpp +++ b/api/direct_bt/SMPHandler.hpp @@ -38,7 +38,7 @@ #include <jau/environment.hpp> #include <jau/ringbuffer.hpp> #include <jau/function_def.hpp> -#include <jau/cow_vector.hpp> +#include <jau/cow_darray.hpp> #include "UUID.hpp" #include "BTTypes.hpp" @@ -131,7 +131,7 @@ namespace direct_bt { typedef jau::FunctionDef<bool, const SMPPDUMsg&> SMPSecurityReqCallback; - typedef jau::cow_vector<SMPSecurityReqCallback> SMPSecurityReqCallbackList; + typedef jau::cow_darray<SMPSecurityReqCallback> SMPSecurityReqCallbackList; /** * A thread safe SMP handler associated to one device via one L2CAP connection. |