ble_gattc_write_no_rsp_flat

int
ble_gattc_write_no_rsp_flat(
      uint16_t  conn_handle,
      uint16_t  attr_handle,
    const void *data,
      uint16_t  data_len
)

Description

Initiates GATT procedure: Write Without Response. This function consumes the supplied mbuf regardless of the outcome.

Parameters

ParameterDescription
conn_handleThe connection over which to execute the procedure.
attr_handleThe handle of the characteristic value to write to.
valueThe value to write to the characteristic.
value_lenThe number of bytes to write.

Returned values

ValueCondition
0Success.
Core return codeUnexpected error.