Direct-BT v3.3.0-1-gc2d430c
Direct-BT - Direct Bluetooth Programming.
Variables
BTDevice.cpp File Reference
#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"
Include dependency graph for BTDevice.cpp:

Go to the source code of this file.

Variables

static const SMPKeyType _key_mask_legacy = SMPKeyType::ENC_KEY | SMPKeyType::ID_KEY | SMPKeyType::SIGN_KEY
 
static const SMPKeyType _key_mask_sc = SMPKeyType::ENC_KEY | SMPKeyType::ID_KEY | SMPKeyType::SIGN_KEY | SMPKeyType::LINK_KEY
 

Variable Documentation

◆ _key_mask_legacy

const SMPKeyType _key_mask_legacy = SMPKeyType::ENC_KEY | SMPKeyType::ID_KEY | SMPKeyType::SIGN_KEY
static

Definition at line 760 of file BTDevice.cpp.

◆ _key_mask_sc

const SMPKeyType _key_mask_sc = SMPKeyType::ENC_KEY | SMPKeyType::ID_KEY | SMPKeyType::SIGN_KEY | SMPKeyType::LINK_KEY
static

Definition at line 761 of file BTDevice.cpp.