esp_sdp_remove_record() function
This function is called to remove a SDP record. When the operation is completed, the callback function will be called with ESP_SDP_REMOVE_RECORD_COMP_EVT. This function must be called after esp_sdp_init() successful and before esp_sdp_deinit().
Arguments
record_handle
The SDP record handle.
Return value
- ESP_OK: success - other: failed