Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
btperipheralmanager_p.h File Reference

(e839d950f804330db10ffdf2dec62e4e18792cb7)

#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 )