File: QtBluetooth

package info (click to toggle)
qtconnectivity-opensource-src 5.15.15-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 14,104 kB
  • sloc: cpp: 55,865; java: 2,206; xml: 816; ansic: 203; sh: 22; makefile: 20
file content (30 lines) | stat: -rw-r--r-- 1,039 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#ifndef QT_QTBLUETOOTH_MODULE_H
#define QT_QTBLUETOOTH_MODULE_H
#include <QtBluetooth/QtBluetoothDepends>
#include "qtbluetoothglobal.h"
#include "qbluetooth.h"
#include "qbluetoothaddress.h"
#include "qbluetoothdevicediscoveryagent.h"
#include "qbluetoothdeviceinfo.h"
#include "qbluetoothhostinfo.h"
#include "qbluetoothlocaldevice.h"
#include "qbluetoothserver.h"
#include "qbluetoothservicediscoveryagent.h"
#include "qbluetoothserviceinfo.h"
#include "qbluetoothsocket.h"
#include "qbluetoothtransfermanager.h"
#include "qbluetoothtransferreply.h"
#include "qbluetoothtransferrequest.h"
#include "qbluetoothuuid.h"
#include "qlowenergyadvertisingdata.h"
#include "qlowenergyadvertisingparameters.h"
#include "qlowenergycharacteristic.h"
#include "qlowenergycharacteristicdata.h"
#include "qlowenergyconnectionparameters.h"
#include "qlowenergycontroller.h"
#include "qlowenergydescriptor.h"
#include "qlowenergydescriptordata.h"
#include "qlowenergyservice.h"
#include "qlowenergyservicedata.h"
#include "qtbluetoothversion.h"
#endif