Function esp_idf_sys::esp_ble_gattc_app_unregister

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

@brief This function is called to unregister an application from GATTC module.

@param[in] gattc_if: Gatt client access interface.

@return - ESP_OK: success - other: failed