Direct-BT v3.3.0-1-gc2d430c
Direct-BT - Direct Bluetooth Programming.
|
#include <cstring>
#include <string>
#include <memory>
#include <cstdint>
#include <vector>
#include <cstdio>
#include <algorithm>
#include <unistd.h>
#include <sys/socket.h>
#include <poll.h>
#include <signal.h>
#include <jau/debug.hpp>
#include <jau/basic_algos.hpp>
#include "L2CAPIoctl.hpp"
#include "SMPHandler.hpp"
#include "BTDevice.hpp"
#include "BTAdapter.hpp"
#include "DBTConst.hpp"
Go to the source code of this file.
Variables | |
static SMPHandler::SMPSecurityReqCallbackList::equal_comparator | _changedSMPSecurityReqCallbackEqComp |
SMPSecurityReqCallback handling. More... | |
|
static |
SMPSecurityReqCallback handling.
Definition at line 307 of file SMPHandler.cpp.