#include <cstring>
#include <string>
#include <memory>
#include <cstdint>
#include <cstdio>
#include <algorithm>
#include <jau/debug.hpp>
#include <jau/basic_algos.hpp>
#include "BTIoctl.hpp"
#include "HCIIoctl.hpp"
#include "HCIComm.hpp"
#include "BTTypes1.hpp"
#include "SMPHandler.hpp"
#include "BTAdapter.hpp"
#include "BTManager.hpp"
#include "DBTConst.hpp"
#include <inttypes.h>
#include <unistd.h>
#include <poll.h>
#include <signal.h>
Go to the source code of this file.
◆ _mgmtAdapterEventCallbackEqComp_ID_CB
◆ _mgmtAdapterEventCallbackEqComp_CB
Initial value:=
MgmtEventCallback & getCallback() noexcept
MgmtEventCallback reference.
Definition at line 1157 of file BTManager.cpp.
◆ _mgmtAdapterEventCallbackEqComp_ID
Initial value:=
int getDevID() const noexcept
Unique adapter index filter or -1 to listen for all adapter.
Definition at line 1160 of file BTManager.cpp.
◆ _changedAdapterSetCallbackEqComp
Initial value:=
Class template jau::function is a general-purpose static-polymorphic function wrapper.
ChangedAdapterSetCallback handling.
Definition at line 1269 of file BTManager.cpp.