Function esp_idf_sys::esp_ble_gattc_execute_write

source ยท
pub unsafe extern "C" fn esp_ble_gattc_execute_write(
    gattc_if: esp_gatt_if_t,
    conn_id: u16,
    is_execute: bool,
) -> esp_err_t
Expand description

@brief This function is called to execute write a prepare write sequence.

@param[in] gattc_if: Gatt client access interface. @param[in] conn_id : connection ID. @param[in] is_execute : execute or cancel.

@return - ESP_OK: success - other: failed