Function esp_idf_sys::esp_ble_gatts_stop_service
source ยท pub unsafe extern "C" fn esp_ble_gatts_stop_service(
service_handle: u16,
) -> esp_err_t
Expand description
@brief This function is called to stop a service.
@param[in] service_handle - service to be topped.
@return - ESP_OK : success - other : failed