![]() |
Qt 6.x
The Qt SDK
|
#include "btutility_p.h"#include "qlowenergyserviceprivate_p.h"#include "qbluetooth.h"#include <QtCore/qsharedpointer.h>#include <QtCore/qbytearray.h>#include <QtCore/qglobal.h>#include <QtCore/qpair.h>#include <QtCore/qmap.h>#include <QtCore/private/qcore_mac_p.h>#include <vector>#include <deque>#include <map>#include <Foundation/Foundation.h>#include <CoreBluetooth/CoreBluetooth.h>
Include dependency graph for btperipheralmanager_p.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | UpdateRequest |
| category | QT_MANGLE_NAMESPACE(DarwinBTPeripheralManager) |
Namespaces | |
| namespace | DarwinBluetooth |
Typedefs | |
| template<class Type > | |
| using | GenericLEMap = QMap< QLowEnergyHandle, Type > |
| using | ValueRange = QPair< NSUInteger, NSUInteger > |
Enumerations | |
| enum class | PeripheralState { idle , waitingForPowerOn , advertising , connected } |
Functions | |
| QT_NAMESPACE_ALIAS_OBJC_CLASS (DarwinBTPeripheralManager) | |
| using GenericLEMap = QMap<QLowEnergyHandle, Type> |
Definition at line 64 of file btperipheralmanager_p.h.
| using ValueRange = QPair<NSUInteger, NSUInteger> |
Definition at line 87 of file btperipheralmanager_p.h.
|
strong |
| Enumerator | |
|---|---|
| idle | |
| waitingForPowerOn | |
| advertising | |
| connected | |
Definition at line 66 of file btperipheralmanager_p.h.
| QT_NAMESPACE_ALIAS_OBJC_CLASS | ( | DarwinBTPeripheralManager | ) |