啓用基本藍牙操作,像掃描設備並連接它們。 更多...
| 藍牙相關的類和函數 |
| Assigns an address to the Bluetooth device | |
| Discovers the Bluetooth devices nearby | |
| Stores information about the Bluetooth device | |
| Encapsulates the details of a local QBluetooth device | |
| Enables access to the local Bluetooth device | |
| Uses the RFCOMM or L2cap protocol to communicate with a Bluetooth device | |
| Enables you to query for Bluetooth services | |
| Enables access to the attributes of a Bluetooth service | |
| Stores attributes of a Bluetooth Data Element Alternative | |
| Stores attributes of a Bluetooth Data Element Sequence | |
| Enables connection to a Bluetooth device running a bluetooth server | |
| 為每個藍牙服務生成 UUID (通用唯一標識符) | |
| 錶示藍牙低功耗廣告期間要廣播的數據 | |
| 錶示用於藍牙低功耗廣告的參數 | |
| QLowEnergyAdvertisingParameters::AddressInfo defines the elements of a white list | |
| Stores information about a Bluetooth Low Energy service characteristic | |
| 用於設置 GATT 服務數據 | |
| 當請求或報告藍牙 LE 連接的參數更新時使用 | |
| Access to Bluetooth Low Energy Devices | |
| Stores information about the Bluetooth Low Energy descriptor | |
| 用於創建 GATT 服務數據 | |
| Represents an individual service on a Bluetooth Low Energy Device | |
| 用於設置 GATT 服務數據 |
The Qt Bluetooth C++ API enables an application to scan for devices and connect and interact with them in a more flexible way.
要使用 C++ 庫在應用程序,添加以下配置選項到
.pro
文件:
QT += bluetooth