ble_gattc_read_mult

int
ble_gattc_read_mult(
            uint16_t  conn_handle,
      const uint16_t *handles,
             uint8_t  num_handles,
    ble_gatt_attr_fn *cb,
                void *cb_arg
)

Description

Initiates GATT procedure: Read Multiple Characteristic Values.

Parameters

ParameterDescription
conn_handleThe connection over which to execute the procedure.
handlesAn array of 16-bit attribute handles to read.
num_handlesThe number of entries in the “handles” array.
cbThe function to call to report procedure status updates; null for no callback.
cb_argThe optional argument to pass to the callback function.

Returned values

ValueCondition
0Success.
Core return codeUnexpected error.