Direct-BT  2.3.1
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 dependency graph for SMPHandler.cpp:

Go to the source code of this file.

Variables

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

Variable Documentation

◆ _changedSMPSecurityReqCallbackEqComp

SMPSecurityReqCallbackList::equal_comparator _changedSMPSecurityReqCallbackEqComp
static
Initial value:
=
[](const SMPSecurityReqCallback& a, const SMPSecurityReqCallback& b) -> bool { return a == b; }

SMPSecurityReqCallback handling.

Definition at line 321 of file SMPHandler.cpp.

jau::FunctionDef
Definition: function_def.hpp:309