* @brief Returns the UI-config Network driver instance. */
| 346 | * @brief Returns the UI-config Network driver instance. |
| 347 | */ |
| 348 | IO::Drivers::Network* IO::ConnectionManager::network() const noexcept |
| 349 | { |
| 350 | return m_networkUi.get(); |
| 351 | } |
| 352 | |
| 353 | /** |
| 354 | * @brief Returns the UI-config BluetoothLE driver instance. |
no test coverage detected