| 1321 | } |
| 1322 | |
| 1323 | void WBLink::reset_all_rx_stats() { |
| 1324 | m_wb_txrx->rx_reset_stats(); |
| 1325 | for (auto& rx : m_wb_video_rx_list) { |
| 1326 | rx->reset_stream_stats(); |
| 1327 | } |
| 1328 | m_wb_tele_rx->reset_stream_stats(); |
| 1329 | } |
| 1330 | |
| 1331 | openhd::WifiSpace WBLink::get_current_frequency_channel_space() const { |
| 1332 | return openhd::get_space_from_frequency( |
nothing calls this directly
no outgoing calls
no test coverage detected