Function esp_idf_svc::hal::sys::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