#include <cstring>
#include <string>
#include <memory>
#include <cstdint>
#include <cstdio>
#include <algorithm>
#include <jau/environment.hpp>
#include <jau/debug.hpp>
#include "BTAdapter.hpp"
#include "BTDevice.hpp"
#include "BTManager.hpp"
#include "BTGattService.hpp"
Go to the source code of this file.
◆ _key_mask_legacy
const SMPKeyType _key_mask_legacy = SMPKeyType::ENC_KEY | SMPKeyType::ID_KEY | SMPKeyType::SIGN_KEY |
|
static |
◆ _key_mask_sc
const SMPKeyType _key_mask_sc = SMPKeyType::ENC_KEY | SMPKeyType::ID_KEY | SMPKeyType::SIGN_KEY | SMPKeyType::LINK_KEY |
|
static |