Home
last modified time | relevance | path

Searched refs:SIP_SVC_CLIENT_ST_OPEN (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.5.0/include/zephyr/sip_svc/
Dsip_svc.h49 #define SIP_SVC_CLIENT_ST_OPEN 2 macro
/Zephyr-Core-3.5.0/subsys/sip_svc/
Dsip_svc_subsys.c303 if (ctrl->clients[c_idx].state == SIP_SVC_CLIENT_ST_OPEN) { in sip_svc_open()
330 ctrl->clients[c_idx].state = SIP_SVC_CLIENT_ST_OPEN; in sip_svc_open()
374 if (ctrl->clients[c_idx].state != SIP_SVC_CLIENT_ST_OPEN) { in sip_svc_close()
431 if (ctrl->clients[c_idx].state == SIP_SVC_CLIENT_ST_OPEN && trans_id_item->arg1) { in sip_svc_callback()
701 if (ctrl->clients[c_idx].state != SIP_SVC_CLIENT_ST_OPEN) { in sip_svc_send()