| 598 | } |
| 599 | |
| 600 | static rt_err_t rt_link_session_end_handle(struct rt_link_frame *receive_frame) |
| 601 | { |
| 602 | rt_link_frame_stop_receive(receive_frame); |
| 603 | return RT_EOK; |
| 604 | } |
| 605 | |
| 606 | /* Discriminate frame type */ |
| 607 | static rt_err_t rt_link_parse_frame(struct rt_link_frame *receive_frame) |
no test coverage detected