ble_gattc_read_by_uuid() function
Initiates GATT procedure: Read Using Characteristic UUID.
Arguments
conn_handle
The connection over which to execute the procedure.
start_handle
The first handle to search (generally the handle of the service definition).
end_handle
The last handle to search (generally the last handle in the service definition).
uuid
The 128-bit UUID of the characteristic to read.
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.