QBluetoothLeUartDevice class

The QBluetoothLeUartDevice class is a helper class for use with QBluetoothLeUart. It is used to get device details and connect to devices.

Public functions

auto getName() -> Q_INVOKABLE QString
Function to get the name of the device.
auto getAddress() -> Q_INVOKABLE QString
Function to get the address of the device.

Function documentation

Q_INVOKABLE QString QBluetoothLeUartDevice::getName()

Function to get the name of the device.

Returns The name of the device

Q_INVOKABLE QString QBluetoothLeUartDevice::getAddress()

Function to get the address of the device.

Returns address of the device