esp_idf_svc::sys

Function esp_ble_gatts_app_unregister

Source
pub unsafe extern "C" fn esp_ble_gatts_app_unregister(
    gatts_if: u8,
) -> i32
Expand description

@brief unregister with GATT Server.

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