ble_gattc_read_mult() function
Initiates GATT procedure: Read Multiple Characteristic Values.
Arguments
conn_handle
The connection over which to execute the procedure.
handles
An array of 16-bit attribute handles to read.
num_handles
The number of entries in the "handles" 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.
Return value
0 on success; nonzero on failure.