ble_gattc_write_no_rsp

int
ble_gattc_write_no_rsp(
          uint16_t  conn_handle,
          uint16_t  attr_handle,
    struct os_mbuf *txom
)

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.
txomThe value to write to the characteristic.

Returned values

ValueCondition
0Success.
Core return codeUnexpected error.