Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
btperipheralmanager_p.h File Reference

(2045372789fe674f7818ba7edcda8b873221ff84)

#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 56 of file btperipheralmanager_p.h.

◆ ValueRange

Definition at line 86 of file btperipheralmanager_p.h.

Enumeration Type Documentation

◆ PeripheralState

enum class PeripheralState
strong
Enumerator
idle 
waitingForPowerOn 
advertising 
connected 

Definition at line 58 of file btperipheralmanager_p.h.

Function Documentation

◆ QT_NAMESPACE_ALIAS_OBJC_CLASS()

QT_NAMESPACE_ALIAS_OBJC_CLASS ( DarwinBTPeripheralManager )