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

Go to the source code of this file.

Variables

static SMPHandler::SMPSecurityReqCallbackList::equal_comparator _changedSMPSecurityReqCallbackEqComp
 SMPSecurityReqCallback handling. More...
 

Variable Documentation

◆ _changedSMPSecurityReqCallbackEqComp

SMPHandler::SMPSecurityReqCallbackList::equal_comparator _changedSMPSecurityReqCallbackEqComp
static
Initial value:
=
[](const SMPHandler::SMPSecurityReqCallback& a, const SMPHandler::SMPSecurityReqCallback& b) -> bool { return a == b; }
Class template jau::function is a general-purpose static-polymorphic function wrapper.

SMPSecurityReqCallback handling.

Definition at line 307 of file SMPHandler.cpp.