* @brief Returns the UI-config BluetoothLE driver instance. */
| 354 | * @brief Returns the UI-config BluetoothLE driver instance. |
| 355 | */ |
| 356 | IO::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 |
no test coverage detected