Function esp_idf_svc::sys::esp_ble_gatts_delete_service
source ยท pub unsafe extern "C" fn esp_ble_gatts_delete_service(
service_handle: u16,
) -> i32
Expand description
@brief This function is called to delete a service. When this is done, a callback event ESP_GATTS_DELETE_EVT is report with the status.
@param[in] service_handle: service_handle to be deleted.
@return - ESP_OK : success - other : failed