diff options
author | Sven Göthel <[email protected]> | 2024-02-25 05:30:33 +0100 |
---|---|---|
committer | Sven Göthel <[email protected]> | 2024-02-25 05:30:33 +0100 |
commit | 41985a975e406864229a24b7e67ec2298bf6e9b2 (patch) | |
tree | 88ff1c2a1dcd3b35cf0c3048b6fc1be1fe7cda89 /src/direct_bt/BTAdapter.cpp | |
parent | 0660af6cb4978689c8ca40921c7d383e6a5fcb9f (diff) |
Adopt to jaulib commit d658b6059d7e7513b60c5c67019b76c9cd3f809b
Diffstat (limited to 'src/direct_bt/BTAdapter.cpp')
-rw-r--r-- | src/direct_bt/BTAdapter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<std::random_device> rng_hw = std::make_unique<std::random_device>(); for(int i=0; i<4; ++i) { |