BlueZ

SDP Search via BlueZ

On Linux, Qt Bluetooth uses a separate executable, sdpscanner, to integrate with the official Linux Bluetooth protocol stack (BlueZ). The usage is limited to service discovery via SDP. The Qt Bluetooth library itself does NOT link against BlueZ. Communication between sdpscanner and QtBluetooth happens via stdin/stdout. Therefore QtBluetooth and user code linking to it is not considered a derivative work, and does not have to be released under GPL too.

The sources can be found in qt5/qtconnectivity/src/tools/sdpscanner.

Project Homepage

Copyright (C) 2000-2016 BlueZ Project.

GNU General Public License v2.0 only (This does not force user code to be GPL'ed. For more info see details.).

© 2021 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.