Registry / networking / qtconnectivity

qtconnectivity

JSON →
library6.10.3vcpkgunverified

The Qt Connectivity module provides access to Bluetooth and NFC hardware.

vcpkg install qtconnectivity
INSTALL
IMPORT
SIG · QTCONNECTIVITY
Q
qtconnectivity
networkingcppv6.10.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

QtBluetooth/QBluetoothDeviceDiscoveryAgent
#include <QtBluetooth/QBluetoothDeviceDiscoveryAgent>

Start Bluetooth device discovery using Qt

#include <QCoreApplication> #include <QtBluetooth/QBluetoothDeviceDiscoveryAgent> int main(int argc, char* argv[]) { QCoreApplication app(argc, argv); QBluetoothDeviceDiscoveryAgent agent; agent.start(); return app.exec(); }
Debug
Known issues
gotchaQt Connectivity requires platform-specific backends (e.g., BlueZ on Linux).
fix
Ensure the appropriate system libraries are installed (e.g., bluez on Linux).
affects: all
Upgrade
Version history
6.10.3latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources

No resource links recorded.

qtconnectivity — pip install qtconnectivity · libregistry