mdns_browse_delete() function
Stop the `_service._proto` browse.
Arguments
service
Pointer to the `_service` which will be browsed.
proto
Pointer to the `_proto` which will be browsed.
Return value
- ESP_OK success. - ESP_ERR_FAIL mDNS is not running or the browsing of `_service._proto` is never started. - ESP_ERR_NO_MEM memory error.