From 41985a975e406864229a24b7e67ec2298bf6e9b2 Mon Sep 17 00:00:00 2001 From: Sven Göthel Date: Sun, 25 Feb 2024 05:30:33 +0100 Subject: Adopt to jaulib commit d658b6059d7e7513b60c5c67019b76c9cd3f809b --- src/direct_bt/BTAdapter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/direct_bt/BTAdapter.cpp') diff --git a/src/direct_bt/BTAdapter.cpp b/src/direct_bt/BTAdapter.cpp index 16e9550e..e3f62f9a 100644 --- a/src/direct_bt/BTAdapter.cpp +++ b/src/direct_bt/BTAdapter.cpp @@ -672,7 +672,7 @@ bool BTAdapter::setPowered(const bool power_on) noexcept { } HCIStatusCode BTAdapter::setPrivacy(const bool enable) noexcept { - jau::uint128_t irk; + jau::uint128dp_t irk; if( enable ) { std::unique_ptr rng_hw = std::make_unique(); for(int i=0; i<4; ++i) { -- cgit v1.2.3