Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
btperipheralmanager_p.h File Reference
#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)
 

Typedef Documentation

◆ GenericLEMap

template<class Type >
using GenericLEMap = QMap<QLowEnergyHandle, Type>

Definition at line 64 of file btperipheralmanager_p.h.

◆ ValueRange

Definition at line 87 of file btperipheralmanager_p.h.

Enumeration Type Documentation

◆ PeripheralState

enum class PeripheralState
strong
Enumerator
idle 
waitingForPowerOn 
advertising 
connected 

Definition at line 66 of file btperipheralmanager_p.h.

Function Documentation

◆ QT_NAMESPACE_ALIAS_OBJC_CLASS()

QT_NAMESPACE_ALIAS_OBJC_CLASS ( DarwinBTPeripheralManager  )