Searched refs:coap_session_ctx (Results 1 – 1 of 1) sorted by relevance
282 static void *coap_session_ctx = NULL; variable295 if (coap_session_ctx == NULL) { in awss_process_get_devinfo()306 (struct coap_session_ctx_t *)coap_session_ctx; in awss_process_get_devinfo()356 awss_release_coap_ctx(coap_session_ctx); in awss_process_get_devinfo()357 coap_session_ctx = NULL; in awss_process_get_devinfo()365 awss_release_coap_ctx(coap_session_ctx); in awss_process_get_devinfo()366 coap_session_ctx = NULL; in awss_process_get_devinfo()397 if (coap_session_ctx != NULL) { in online_get_device_info()404 coap_session_ctx = awss_cpy_coap_ctx(request, remote, is_mcast); in online_get_device_info()405 if (coap_session_ctx == NULL) { in online_get_device_info()
Completed in 5 milliseconds