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

Method serviceNames

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

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

Source from the content-addressed store, hash-verified

757 * @brief Returns the discovered BLE services with a leading placeholder entry.
758 */
759QStringList IO::Drivers::BluetoothLE::serviceNames() const
760{
761 QStringList list;
762 list.append(tr("Select Service"));
763 list.append(m_serviceNames);
764 return list;
765}
766
767/**
768 * @brief Returns the discovered BLE characteristics with a leading placeholder.

Callers 2

selectServiceMethod · 0.80
getServiceListMethod · 0.80

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected