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
btnotifier_p.h
Go to the documentation of this file.
1// Copyright (C) 2022 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4#ifndef BTNOTIFIER_P_H
5#define BTNOTIFIER_P_H
6
7//
8// W A R N I N G
9// -------------
10//
11// This file is not part of the Qt API. It exists purely as an
12// implementation detail. This header file may change from version to
13// version without notice, or even be removed.
14//
15// We mean it.
16//
17
21#include "qbluetoothuuid.h"
22#include "qbluetooth.h"
23
24#include <QtCore/qsharedpointer.h>
25#include <QtCore/qbytearray.h>
26#include <QtCore/private/qglobal_p.h>
27#include <QtCore/qobject.h>
28
30
32
33namespace DarwinBluetooth
34{
35
66
67} // namespace DarwinBluetooth
68
70
71#endif
void characteristicUpdated(QLowEnergyHandle charHandle, const QByteArray &value)
void rssiUpdated(qint16 newValue)
void serviceDetailsDiscoveryFinished(QSharedPointer< QLowEnergyServicePrivate > service)
void CBManagerError(const QBluetoothUuid &serviceUuid, QLowEnergyService::ServiceError error)
void CBManagerError(const QBluetoothUuid &serviceUuid, QLowEnergyController::Error error)
void characteristicRead(QLowEnergyHandle charHandle, const QByteArray &value)
void deviceDiscovered(QBluetoothDeviceInfo deviceInfo)
void descriptorRead(QLowEnergyHandle descHandle, const QByteArray &value)
void characteristicWritten(QLowEnergyHandle charHandle, const QByteArray &value)
void CBManagerError(QLowEnergyController::Error error)
void notificationEnabled(QLowEnergyHandle charHandle, bool enabled)
void CBManagerError(QBluetoothDeviceDiscoveryAgent::Error error)
void descriptorWritten(QLowEnergyHandle descHandle, const QByteArray &value)
Error
Indicates all possible error conditions found during Bluetooth device discovery.
\inmodule QtBluetooth
\inmodule QtBluetooth
\inmodule QtCore
Definition qbytearray.h:57
Error
Indicates all possible error conditions found during the controller's existence.
ServiceError
This enum describes all possible error conditions during the service's existence.
\inmodule QtCore
Definition qobject.h:103
Combined button and popup list for selecting options.
quint16 QLowEnergyHandle
Definition qbluetooth.h:42
DBusConnection const char DBusError * error
EGLOutputLayerEXT EGLint EGLAttrib value
[5]
GLenum GLenum GLsizei const GLuint GLboolean enabled
#define Q_OBJECT
#define Q_SIGNALS
short qint16
Definition qtypes.h:47