这是我第一次尝试翻译技术文档,自己英语太烂,一直不敢尝试,感谢生活,让我勇敢迈出这第一步。

大部分都是直译,如有不妥,还请制导。

Qt Bluetooth

The Bluetooth API provides connectivity between Bluetooth enabled devices.

这个蓝牙API为蓝牙设备之间提供连接。

Currently, the API is supported on the following platforms: AndroidiOSLinux (BlueZ 4.x/5.x) and OS X.

目前,该API支持以下平台

 
1. 安卓
 
2. iOS
 
3. Linux(BlueZ 4.X/5.X)
 
4. OS X

Overview

Bluetooth is a short-range (less than 100 meters) wireless technology. It has a reasonably high data transfer rate of 2.1 Mbit/s, which makes it ideal for transferring data between devices. Bluetooth connectivity is based on basic device management, such as
scanning for devices, gathering information about them, and exchanging data between them.

蓝牙是一种短距离无线传输技术。它拥有很高的数据传输速率为:2.1Mbit/s,它非常适合设备之间的数据传输。蓝牙连接是基于基本设备管理,例如扫描设备,搜集信息和设备之间的数据传输。

Qt Bluetooth supports Bluetooth Low Energy development for client/central role use cases. Further details can be found in the Bluetooth
Low Energy Overview
 section.

Qt的蓝牙技术支持低功耗开发,。。。。。更多细节可以看蓝牙低功耗概述部分

A new addition in this Qt Bluetooth 5.7 release covers support for Bluetooth Low Energy applications performing the peripheral/server role. This new API is a Technology Preview.

Qt在5.7发行版本中新增加了一些功能,支持低功耗设备的应用程序,服务器角色的开发,不过这个技术在5.7版本中数据预览版。

Getting Started

To use the C++ library in your application, add the following configuration option to your .pro file:

在C++程序中使用蓝牙模块开发应用程序的时候,需要在配置文件pro中添加以下配置项

QT += bluetooth

To use the classes of the module in your application you need the following import statement in your .qml file:

在QML开发中,需要在QML文件中导入以下语句:

import QtBluetooth 5.2

最新文章

  1. HTML5CSS3特效-上下跳动的小球-遁地龙卷风
  2. Ajax服务请求原理 简单总结
  3. Linux列出安装过的程序
  4. 机器学习笔记--KNN算法2-实战部分
  5. [reprint]useful linux commands
  6. table-layout:fixed 属性的解说
  7. 利用ARM批量自动化创建SSD多磁盘RAID0虚拟机
  8. SQLSERVER利用FOR XML PATH实现分组拼接字符串
  9. C# 单例模式(Singleton Pattern)(转SuagrMatl)
  10. h5 meta学习
  11. Android项目开发填坑记-9patchPng报错
  12. elasticsearch单机部署多个节点
  13. pgadmin连接 postgresql远程设置
  14. Android--使用剪切板在Activity中传值
  15. day06-三元表达式
  16. javaWEB登录ajax传值
  17. 万能头文件#include <bits/stdc++.h>
  18. 关于Python IDLE reload(sys)后无法正常执行命令的原因
  19. 如何上传本地文件到github又如何删除自己的github仓库
  20. Nginx location 配置用法及正则例子

热门文章

  1. 架构师必须知道的26项PHP安全实践
  2. SSM命名规范框架
  3. 在VS2010 中使用subversion 进行代码的分支与合并
  4. vue2高仿饿了么app
  5. Unity 游戏框架搭建 (十四) 优雅的QSignleton(零) QuickStart
  6. vue里使用百度地图
  7. 2018 Wannafly summer camp Day3--Knight
  8. 第13届景驰-埃森哲杯广东工业大学ACM程序设计大赛--F-等式
  9. 通过xshell在linux上安装redis3.0.0
  10. js中split()和join()的用法