Function esp_idf_svc::sys::esp_ble_gattc_app_unregister

source ยท
pub unsafe extern "C" fn esp_ble_gattc_app_unregister(
    gattc_if: u8,
) -> i32
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