MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / rt_link_detach_handle

Function rt_link_detach_handle

components/utilities/rt-link/src/rtlink.c:591–598  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

589}
590
591static rt_err_t rt_link_detach_handle(struct rt_link_frame *receive_frame)
592{
593 if (rt_link_scb->service[receive_frame->head.service] != RT_NULL)
594 {
595 rt_link_scb->service[receive_frame->head.service]->state = RT_LINK_DISCONN;
596 }
597 return RT_EOK;
598}
599
600static rt_err_t rt_link_session_end_handle(struct rt_link_frame *receive_frame)
601{

Callers 1

rt_link_parse_frameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected