ble_gattc_disc_chrs_by_uuid() function
Initiates GATT procedure: Discover Characteristics by UUID.
Arguments
conn_handle
The connection over which to execute the procedure.
start_handle
The handle to begin the search at (generally the service definition handle).
end_handle
The handle to end the search at (generally the last handle in the service).
uuid
The 128-bit UUID of the characteristic to discover.
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.