ble_gattc_write_reliable() function
Initiates GATT procedure: Reliable Writes. This function consumes the supplied mbufs regardless of the outcome.
Arguments
conn_handle
The connection over which to execute the procedure.
attrs
An array of attribute descriptors; specifies which characteristics to write to and what data to write to them. The mbuf pointer in each attribute is set to NULL by this function.
num_attrs
The number of characteristics to write; equal to the number of elements in the 'attrs' array.
cb
The function to call to report procedure status updates; null for no callback.
cb_arg
The optional argument to pass to the callback function.
ble_gattc_write_reliable() calls 6 functions:
![]()
ble_gattc_write_reliable()
ble_gattc_write_reliable() reads 3 variables and writes 6 variables:
![]()
ble_gattc_write_reliable()