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

Method characteristicNames

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

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

Source from the content-addressed store, hash-verified

768 * @brief Returns the discovered BLE characteristics with a leading placeholder.
769 */
770QStringList IO::Drivers::BluetoothLE::characteristicNames() const
771{
772 QStringList list;
773 list.append(tr("Select Characteristic"));
774 list.append(m_characteristicNames);
775 return list;
776}
777
778/**
779 * @brief Returns the UUID of the currently selected service, or an empty string.

Callers 3

getCharacteristicListMethod · 0.80
getConfigurationMethod · 0.80

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected