protocomm_unset_security() function
Remove endpoint security for a protocomm instance This API will remove a registered security endpoint identified by an endpoint name.
Arguments
pc
Pointer to the protocomm instance
ep_name
Endpoint identifier(name) string
Return value
- ESP_OK : Success - ESP_ERR_NOT_FOUND : Endpoint with specified name doesn't exist - ESP_ERR_INVALID_ARG : Null instance/name arguments