Function esp_idf_sys::ble_gattc_signed_write
source ยท pub unsafe extern "C" fn ble_gattc_signed_write(
conn_handle: u16,
attr_handle: u16,
txom: *mut os_mbuf,
) -> c_int
Expand description
Initiates GATT procedure: Signed Write. This function consumes the supplied mbuf regardless of the outcome.
@param conn_handle The connection over which to execute the procedure. @param attr_handle The handle of the characteristic value to write to. @param txom The value to write to the characteristic.
@return 0 on success; nonzero on failure.