Function esp_idf_svc::hal::sys::esp_ble_gatts_start_service

source ยท
pub unsafe extern "C" fn esp_ble_gatts_start_service(
    service_handle: u16,
) -> i32
Expand description

@brief This function is called to start a service.

@param[in] service_handle: the service handle to be started.

@return - ESP_OK : success - other : failed