DtkBluetooth
BlueZ DBus interface binding for Qt
dbluetoothtypes.h 文件参考

一些自定义类型和枚举 更多...

#include "dtkbluetooth_global.h"
#include <QObject>
#include <QVariantMap>
#include <QDBusObjectPath>
#include <QPair>
dbluetoothtypes.h 的引用(Include)关系图:
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

struct  Dtk::Bluetooth::ObexSessionInfo
 传输会话的信息 更多...
 

枚举

enum class  Dtk::Bluetooth::AgentError : quint8 { Canceled , Rejected }
 代理中使用的错误信息枚举 更多...
 
enum class  Dtk::Bluetooth::RequestDest : quint8 { OrgBluezAgent , OrgBluezObexAgent }
 蓝牙请求的目标服务 更多...
 
enum class  Dtk::Bluetooth::ObexSessionType : quint8 { Client , Server }
 传输会话的类型 更多...
 

详细描述

一些自定义类型和枚举

枚举类型说明

◆ AgentError

enum class Dtk::Bluetooth::AgentError : quint8
strong

代理中使用的错误信息枚举

dbluetoothtypes.h

枚举值
Canceled 

取消请求

Rejected 

拒绝请求

◆ ObexSessionType

enum class Dtk::Bluetooth::ObexSessionType : quint8
strong

传输会话的类型

dbluetoothtypes.h

枚举值
Client 

传输发起方创建Client类型传输会话代表远端设备

Server 

传输接受方创建Server类型传输会话代表远端设备

◆ RequestDest

enum class Dtk::Bluetooth::RequestDest : quint8
strong

蓝牙请求的目标服务

dbluetoothtypes.h

枚举值
OrgBluezAgent 

系统蓝牙服务

OrgBluezObexAgent 

蓝牙传输服务