MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / deviceNames

Method deviceNames

app/src/IO/Drivers/BluetoothLE.cpp:748–754  ·  view source on GitHub ↗

* @brief Returns the discovered BLE devices with a leading placeholder entry. */

Source from the content-addressed store, hash-verified

746 * @brief Returns the discovered BLE devices with a leading placeholder entry.
747 */
748QStringList IO::Drivers::BluetoothLE::deviceNames() const
749{
750 QStringList list;
751 list.append(tr("Select Device"));
752 list.append(s_deviceNames);
753 return list;
754}
755
756/**
757 * @brief Returns the discovered BLE services with a leading placeholder entry.

Callers 3

selectDeviceMethod · 0.80
getDeviceListMethod · 0.80
getConfigurationMethod · 0.80

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected