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

Method bluetoothLE

app/src/IO/ConnectionManager.cpp:356–359  ·  view source on GitHub ↗

* @brief Returns the UI-config BluetoothLE driver instance. */

Source from the content-addressed store, hash-verified

354 * @brief Returns the UI-config BluetoothLE driver instance.
355 */
356IO::Drivers::BluetoothLE* IO::ConnectionManager::bluetoothLE() const noexcept
357{
358 return m_bluetoothLEUi.get();
359}
360
361/**
362 * @brief Returns the BLE driver that owns the live connection, or the UI-config instance when

Callers 4

startDiscoveryMethod · 0.80
selectDeviceMethod · 0.80
getDeviceListMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected