[][src]Function apache_nimble_sys::ble_gattc_write_no_rsp

pub unsafe extern "C" fn ble_gattc_write_no_rsp(
    conn_handle: u16,
    attr_handle: u16,
    om: *mut os_mbuf
) -> c_int

Initiates GATT procedure: Write Without Response. 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.