pub unsafe extern "C" fn esp_ble_gatts_app_unregister(
gatts_if: u8,
) -> i32Expand description
@brief unregister with GATT Server.
@param[in] gatts_if: GATT server access interface @return - ESP_OK : success - other : failed
pub unsafe extern "C" fn esp_ble_gatts_app_unregister(
gatts_if: u8,
) -> i32@brief unregister with GATT Server.
@param[in] gatts_if: GATT server access interface @return - ESP_OK : success - other : failed