| 146 | } |
| 147 | |
| 148 | void EthernetLink::handle_video_data(int stream_index, const uint8_t* data, |
| 149 | int data_len) { |
| 150 | // Forward incoming video data to the upper layer |
| 151 | on_receive_video_data(stream_index, data, data_len); |
| 152 | } |
| 153 | |
| 154 | void EthernetLink::handle_telemetry_data(const uint8_t* data, int data_len) { |
| 155 | // Forward incoming telemetry data to the upper layer |
nothing calls this directly
no outgoing calls
no test coverage detected