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
btservicerecord_p.h
Go to the documentation of this file.
1// Copyright (C) 2016 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 BTSERVICERECORD_P_H
5#define BTSERVICERECORD_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
18#include "btutility_p.h"
19
20#include <QtCore/qglobal.h>
21
22#include <Foundation/Foundation.h>
23
24QT_BEGIN_NAMESPACE
25
26class QBluetoothServiceInfo;
27
28namespace DarwinBluetooth {
29
30ObjCStrongReference<NSMutableDictionary> iobluetooth_service_dictionary(const QBluetoothServiceInfo &serviceInfo);
31
32} // namespace DarwinBluetooth
33
34QT_END_NAMESPACE
35
36#endif
#define QT_BT_MAC_AUTORELEASEPOOL
Definition btutility_p.h:78
bool add_sequence_attribute(const QVariant &var, AttributeId key, NSMutableArray *list)
Dictionary iobluetooth_service_dictionary(const QBluetoothServiceInfo &serviceInfo)
void add_attribute< QString >(const QVariant &var, AttributeId key, Dictionary dict)
void add_attribute< QBluetoothUuid >(const QVariant &var, AttributeId key, Dictionary dict)
void add_attribute< unsigned short >(const QVariant &var, NSMutableArray *list)
void add_attribute(const QVariant &var, AttributeId key, Dictionary dict)
bool add_attribute(const QVariant &var, AttributeId key, NSMutableArray *list)
bool add_sequence_attribute(const QBluetoothServiceInfo &serviceInfo, AttributeId key, Dictionary dict)
void add_rfcomm_protocol_descriptor_list(uint16 channelID, Dictionary dict)
void add_l2cap_protocol_descriptor_list(uint16 psm, Dictionary dict)
void add_attribute(const QVariant &var, NSMutableArray *list)
Number variant_to_nsnumber(const QVariant &)