DarwinBluetooth Namespace

Header: #include <DarwinBluetooth>
CMake: find_package(Qt6 REQUIRED COMPONENTS Bluetooth)
target_link_libraries(mytarget PRIVATE Qt6::Bluetooth)
qmake: QT += bluetooth

Detailed Description

Returns the remote device address. If setRemoteAddress() is not called, the function will return a default constructed QBluetoothAddress.

See also setRemoteAddress().