Function esp_idf_sys::esp_ble_gatts_app_unregister

source ยท
pub unsafe extern "C" fn esp_ble_gatts_app_unregister(
    gatts_if: esp_gatt_if_t,
) -> esp_err_t
Expand description

@brief unregister with GATT Server.

@param[in] gatts_if: GATT server access interface @return - ESP_OK : success - other : failed